re-organize some stuff
This commit is contained in:
parent
7927ab1206
commit
03dc4ce73b
1 changed files with 10 additions and 9 deletions
|
@ -92,7 +92,7 @@ $mod+Return exec $term
|
|||
$mod+b exec qutebrowser
|
||||
|
||||
#start file manager
|
||||
$mod+h exec thunar
|
||||
$mod+Control+Return exec thunar
|
||||
|
||||
$mod+g exec emoji
|
||||
|
||||
|
@ -126,12 +126,6 @@ $mod+{{@@ d.capitalize() @@}} focus {{@@ d @@}}
|
|||
$mod+Shift+${{@@ d @@}} move {{@@ d @@}}
|
||||
#{%@@ endfor @@%}#
|
||||
|
||||
$mod+Shift+{{@@ key.tabL @@}} move workspace prev_on_output
|
||||
$mod+Shift+{{@@ key.tabR @@}} move workspace next_on_output
|
||||
|
||||
--whole-window $mod+button8 workspace next_on_output
|
||||
--whole-window $mod+button9 workspace prev_on_output
|
||||
|
||||
# Resizing containers:
|
||||
$mod+Control+$left resize shrink width 20px
|
||||
$mod+Control+$down resize grow height 20px
|
||||
|
@ -141,8 +135,15 @@ $mod+Control+$right resize grow width 20px
|
|||
#}}}
|
||||
# Workspaces: {{{
|
||||
|
||||
$mod+{{@@ key.tabL @@}} workspace prev
|
||||
$mod+{{@@ key.tabR @@}} workspace next
|
||||
# Mouse prev/next button
|
||||
--whole-window $mod+button8 workspace next_on_output
|
||||
--whole-window $mod+button9 workspace prev_on_output
|
||||
|
||||
$mod+{{@@ key.tabL @@}} workspace prev_on_output
|
||||
$mod+{{@@ key.tabR @@}} workspace next_on_output
|
||||
|
||||
$mod+Shift+{{@@ key.tabL @@}} move workspace prev_on_output
|
||||
$mod+Shift+{{@@ key.tabR @@}} move workspace next_on_output
|
||||
|
||||
# Switch to workspace
|
||||
# Move focused container to workspace
|
||||
|
|
Reference in a new issue