mirror of https://gitlab.com/dabruh/dotfiles.git
Easier keybinds. Added dmenuunicode keybind.
This commit is contained in:
parent
bc912ddf77
commit
cfc84408b6
|
@ -172,7 +172,7 @@ bindsym $mod+Shift+c reload
|
||||||
bindsym $mod+Shift+r restart
|
bindsym $mod+Shift+r restart
|
||||||
|
|
||||||
# Exit control
|
# Exit control
|
||||||
bindsym $mod+Shift+e exec --no-startup-id dmenuexit
|
bindsym $mod+Ctrl+q exec --no-startup-id dmenuexit
|
||||||
|
|
||||||
# Resize window
|
# Resize window
|
||||||
bindsym $mod+y resize shrink width 5 px or 5 ppt
|
bindsym $mod+y resize shrink width 5 px or 5 ppt
|
||||||
|
|
|
@ -12,5 +12,8 @@ bindsym $mod+Shift+Return exec "$calc_cmd"
|
||||||
bindsym $mod+Ctrl+Return exec "$file_cmd"
|
bindsym $mod+Ctrl+Return exec "$file_cmd"
|
||||||
|
|
||||||
# gtranslate through dmenu
|
# gtranslate through dmenu
|
||||||
bindsym $mod+Ctrl+Shift+t exec dmenugtranslate
|
bindsym $mod+Ctrl+t exec dmenugtranslate
|
||||||
for_window [class="Alacritty"][instance="translation"] floating enable
|
for_window [class="Alacritty"][instance="translation"] floating enable
|
||||||
|
|
||||||
|
# emoji selection through dmenu
|
||||||
|
bindsym $mod+Ctrl+e exec dmenuunicode
|
||||||
|
|
Loading…
Reference in New Issue