update i3 config
This commit is contained in:
+14
-30
@@ -8,9 +8,10 @@ bindsym $mod+a focus parent
|
||||
#bindsym $mod+d focus child
|
||||
|
||||
# start dmenu (a program launcher)
|
||||
bindsym $mod+d exec --no-startup-id dmenu_run
|
||||
bindsym $mod+Shift+d exec "rofi -modi drun,run -show drun"
|
||||
bindsym $mod+Ctrl+d exec --no-startup-id "xlunch ~/.config/xlunch/default.config"
|
||||
bindsym $mod+d exec --no-startup-id "dmenu_run -fn 'SpaceMono Nerd Font-11' -nf '#81a1c1' -nb '#434c5e' -sb '#5e81ac' -sf '#88c0d0'"
|
||||
bindsym $mod+Shift+d exec --no-startup-id "rofi -modi drun,run -show drun"
|
||||
#bindsym $mod+Ctrl+d exec --no-startup-id "xlunch ~/.config/xlunch/default.config"
|
||||
bindsym $mod+period exec --no-startup-id "rofi -modi emoji -show emoji"
|
||||
|
||||
# enter fullscreen mode for the focused container
|
||||
bindsym $mod+f fullscreen toggle
|
||||
@@ -27,8 +28,8 @@ bindsym $mod+q kill
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
#bindsym $mod+Ctrl+l exec --no-startup-id betterlockscreen -l dimblur
|
||||
bindsym $mod+Ctrl+Escape exec --no-startup-id "$HOME/.config/i3/i3-restore/i3-save && archlinux-logout"
|
||||
bindsym $mod+Ctrl+0 exec --no-startup-id "$HOME/.config/i3/i3-restore/i3-save && archlinux-logout"
|
||||
bindsym $mod+Ctrl+Escape exec --no-startup-id "archlinux-logout"
|
||||
bindsym $mod+Ctrl+0 exec --no-startup-id "archlinux-logout"
|
||||
|
||||
#set $mode_system (l)ock (e)xit switch_(u)ser (s)uspend (h)ibernate (r)eboot (shift+s)hutdown
|
||||
#bindsym $mod+Ctrl+Escape mode "$mode_system"
|
||||
@@ -60,12 +61,12 @@ bindsym $mod+Shift+l move right
|
||||
#bindsym $mod+Ctrl+v split v; exec notify-send 'Vertical Split Mode'
|
||||
|
||||
#toggle split mode
|
||||
bindsym $mod+Shift+plus split toggle; exec notify-send "Toggled split"
|
||||
bindsym $mod+Shift+plus split toggle; exec --no-startup-id "notify-send 'Toggled split'"
|
||||
|
||||
# change container layout (stacked, tabbed, toggle split)
|
||||
bindsym $mod+s layout stacking; exec notify-send "Stacking mode"
|
||||
bindsym $mod+t layout tabbed; exec notify-send "Tab mode"
|
||||
bindsym $mod+e layout toggle split
|
||||
bindsym $mod+s layout stacking; exec --no-startup-id "notify-send 'Stacking mode'"
|
||||
bindsym $mod+t layout tabbed; exec --no-startup-id "notify-send 'Tab mode'"
|
||||
bindsym $mod+e layout toggle split; exec --no-startup-id "notify-send 'Split Toggle'"
|
||||
|
||||
# toggle tiling / floating
|
||||
bindsym $mod+Shift+space floating toggle
|
||||
@@ -135,26 +136,9 @@ bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 10 # increase s
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 10 # decrease screen brightness
|
||||
|
||||
# Launchers
|
||||
bindsym Print exec flameshot gui
|
||||
bindsym $mod+b exec librewolf
|
||||
#bindsym $mod+m exec dolphin
|
||||
bindsym Print exec --no-startup-id flameshot gui
|
||||
bindsym $mod+b exec --no-startup-id chromium
|
||||
#bindsym $mod+m exec thunar
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec alacritty
|
||||
|
||||
# Unused
|
||||
#bindsym $mod+c
|
||||
#bindsym $mod+e
|
||||
#bindsym $mod+g
|
||||
#bindsym $mod+i
|
||||
#bindsym $mod+n
|
||||
#bindsym $mod+o
|
||||
#bindsym $mod+p
|
||||
#bindsym $mod+s
|
||||
#bindsym $mod+t
|
||||
#bindsym $mod+u
|
||||
#bindsym $mod+v
|
||||
#bindsym $mod+w
|
||||
#bindsym $mod+x
|
||||
#bindsym $mod+y
|
||||
#bindsym $mod+z
|
||||
bindsym $mod+Return exec --no-startup-id alacritty
|
||||
|
||||
Reference in New Issue
Block a user