diff options
author | Adrian Kummerlaender | 2016-10-12 12:17:30 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2016-10-12 13:47:40 +0200 |
commit | e605a3f6c15488118ec63d4753b51a1df6a11323 (patch) | |
tree | 437789aa42ff63fb7e93fa479519f532f26c5093 | |
parent | 4f93a0e96cb4c8c1f081c704220a33a1cc4d5a3b (diff) | |
download | dotfiles-e605a3f6c15488118ec63d4753b51a1df6a11323.tar dotfiles-e605a3f6c15488118ec63d4753b51a1df6a11323.tar.gz dotfiles-e605a3f6c15488118ec63d4753b51a1df6a11323.tar.bz2 dotfiles-e605a3f6c15488118ec63d4753b51a1df6a11323.tar.lz dotfiles-e605a3f6c15488118ec63d4753b51a1df6a11323.tar.xz dotfiles-e605a3f6c15488118ec63d4753b51a1df6a11323.tar.zst dotfiles-e605a3f6c15488118ec63d4753b51a1df6a11323.zip |
Add `dict` dictionary popup terminal to scratchpad
-rw-r--r-- | fish/.config/fish/config.fish | 1 | ||||
-rw-r--r-- | i3wm/.i3/config | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index 2ab337d..e1d9aa7 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -7,7 +7,6 @@ set fish_greeting "" alias csi='csi -q' alias i='sxiv' -alias dict='sdcv' alias mp3-dl='youtube-dl --extract-audio --audio-format mp3' alias weather='curl wttr.in/Karlsruhe' diff --git a/i3wm/.i3/config b/i3wm/.i3/config index feadbf1..3b33592 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -109,6 +109,7 @@ bindsym $alt+Return exec gvim bindsym $alt+space exec passman submitform bindsym Control+space exec ~/.i3/apply_layout.sh bindsym $mod+c exec = +bindsym $mod+m exec rofi_dict bindsym Print exec xfce4-screenshooter bindsym Mod1+l exec --no-startup-id i3lock -c 000000 @@ -121,6 +122,7 @@ bindsym $mod+n [title="^.*\.wiki \(~\/note.*\).*GVIM$"] scratchpad show bindsym $mod+z [title="^.*- Zeal$"] scratchpad show for_window [class="^.*"] border pixel 4 +for_window [title="^dictionary$"] floating enable for_window [title="^.*\.wiki \(~\/note.*\).*GVIM$"] border pixel 8; floating enable; move to scratchpad for_window [title="^.*- Zeal$"] border pixel 8; floating enable; move position 160px 46px; move to scratchpad |