Remove geany, move kitty to apps section, change rofi/dmenu binding
This commit is contained in:
parent
d1d2e69a9a
commit
8e1eca34f8
1 changed files with 6 additions and 8 deletions
|
@ -14,24 +14,22 @@ exec --no-startup-id xsettingsd &
|
|||
exec --no-startup-id picom -b --config ~/.config/picom.conf
|
||||
exec --no-startup-id thunar --daemon
|
||||
|
||||
# start a terminal
|
||||
bindsym $super+Return exec kitty
|
||||
|
||||
# start dmenu (a program launcher)
|
||||
bindsym $super+Shift+d exec i3-dmenu-desktop --dmenu="dmenu -i -fn 'Noto Sans:size=8'"
|
||||
bindsym $super+d exec rofi -lines 12 -padding 18 -width 60 -location 0 -show drun -sidebar-mode -columns 3 -font 'Noto Sans 8'
|
||||
# program launcher
|
||||
bindsym $super+d exec i3-dmenu-desktop --dmenu="dmenu -i -fn 'Noto Sans:size=8'"
|
||||
bindsym $super+Shift+d exec rofi -lines 12 -padding 18 -width 60 -location 0 -show drun -sidebar-mode -columns 3 -font 'Noto Sans 8'
|
||||
|
||||
# scratchpad
|
||||
bindsym $super+Shift+BackSpace move scratchpad
|
||||
bindsym $super+BackSpace scratchpad show
|
||||
|
||||
# common apps keybinds
|
||||
bindsym $super+Return exec kitty
|
||||
bindsym Print exec scrot 'Cheese_%a-%d%b%y_%H.%M.png' -e 'viewnior ~/$f'
|
||||
bindsym $alt+l exec i3lock -i ~/lock
|
||||
bindsym $super+Shift+w exec firefox
|
||||
bindsym $super+Shift+f exec thunar;workspace 3;focus
|
||||
bindsym $super+Shift+g exec geany
|
||||
bindsym $super+Shift+f exec thunar
|
||||
bindsym $super+Shift+p exec keepassxc
|
||||
bindsym $super+Shift+v exec virtualbox
|
||||
|
||||
#change volume
|
||||
bindsym XF86AudioRaiseVolume exec amixer -q set Master 5%+
|
||||
|
|
Loading…
Add table
Reference in a new issue