diff options
-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 |