Next up: Tiling parameters
This commit is contained in:
parent
b391768884
commit
affbb8f16b
@ -126,39 +126,12 @@ bindsym $mod+Shift+0 move container to workspace 10; workspace 10
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#####################################################################################################################
|
|
||||||
################# 3 menu's in arcolinux #################
|
|
||||||
#####################################################################################################################
|
|
||||||
|
|
||||||
# start dmenu
|
|
||||||
#bindsym $mod+shift+y exec --no-startup-id dmenu_run -i -nb '#191919' -nf '#fea63c' -sb '#fea63c' -sf '#191919' -fn 'NotoMonoRegular:bold:pixelsize=14'
|
|
||||||
|
|
||||||
# gmrun
|
|
||||||
#bindsym mod1+F2 exec --no-startup-id gmrun
|
|
||||||
|
|
||||||
# start xfce-appfinder
|
|
||||||
#bindsym mod1+F3 exec --no-startup-id xfce4-appfinder
|
|
||||||
|
|
||||||
# start rofi full
|
|
||||||
#bindsym mod1+F11 exec --no-startup-id rofi -show run -fullscreen -font "Noto Sans 13"
|
|
||||||
|
|
||||||
# start rofi small
|
|
||||||
#bindsym mod1+F12 exec --no-startup-id rofi -show run -font "Noto Sans 13"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#####################################################################################################################
|
#####################################################################################################################
|
||||||
################# how to exit, logoff, suspend, ... #################
|
################# how to exit, logoff, suspend, ... #################
|
||||||
#####################################################################################################################
|
#####################################################################################################################
|
||||||
|
|
||||||
|
|
||||||
# exit i3 (logs you out of your X session)
|
|
||||||
#bindsym $mod+Shift+e exec --no-startup-id "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
|
|
||||||
|
|
||||||
|
|
||||||
#Press $mod (super) and X to exit - check toolbar for next choices
|
#Press $mod (super) and X to exit - check toolbar for next choices
|
||||||
bindsym $mod+X mode "$mode_system"
|
bindsym $mod+X mode "$mode_system"
|
||||||
#bindsym control+mod1+Delete mode "$mode_system"
|
|
||||||
|
|
||||||
set $mode_system System (k) lock, (l) logout, (u) suspend, (h) hibernate, (r) reboot, (s) shutdown
|
set $mode_system System (k) lock, (l) logout, (u) suspend, (h) hibernate, (r) reboot, (s) shutdown
|
||||||
mode "$mode_system" {
|
mode "$mode_system" {
|
||||||
@ -245,13 +218,8 @@ bindsym $mod+Shift+Right move right
|
|||||||
|
|
||||||
# next/previous workspace
|
# next/previous workspace
|
||||||
|
|
||||||
bindsym Mod1+Tab workspace next
|
bindsym $mod+Tab workspace next
|
||||||
bindsym Mod1+Shift+Tab workspace prev
|
bindsym $mod+Shift+Tab workspace prev
|
||||||
bindsym $mod+Tab workspace back_and_forth
|
|
||||||
|
|
||||||
#navigate workspaces next / previous
|
|
||||||
bindsym Mod1+Ctrl+Right workspace next
|
|
||||||
bindsym Mod1+Ctrl+Left workspace prev
|
|
||||||
|
|
||||||
# switch to workspace with urgent window automatically
|
# switch to workspace with urgent window automatically
|
||||||
for_window [urgent=latest] focus
|
for_window [urgent=latest] focus
|
||||||
|
Loading…
Reference in New Issue
Block a user