Fixed some things
This commit is contained in:
parent
35c304ddd2
commit
27c15a11ad
2 changed files with 5 additions and 4 deletions
|
@ -3,6 +3,9 @@
|
|||
# List of applications to autostart
|
||||
#
|
||||
|
||||
# Move to this workspace on startup
|
||||
workspace 0:¯\_(ツ)_/¯
|
||||
|
||||
# Idle script
|
||||
exec_always "~/.scripts/idle.sh"
|
||||
|
||||
|
|
|
@ -74,8 +74,6 @@ set {
|
|||
$ws0 "0:¯\_(ツ)_/¯"
|
||||
}
|
||||
|
||||
workspace $ws0 # Move to this workspace on startup
|
||||
|
||||
bindsym {
|
||||
$flag+ampersand workspace $ws1
|
||||
$flag+eacute workspace $ws2
|
||||
|
@ -107,8 +105,8 @@ bindsym {
|
|||
$flag+Control+l focus output 'HDMI-A-1'
|
||||
|
||||
$flag+Control+Down focus output 'eDP-1'
|
||||
$flag+Control+Right workspace prev_on_output
|
||||
$flag+Control+Left workspace next_on_output
|
||||
$flag+Control+Left workspace prev_on_output
|
||||
$flag+Control+Right workspace next_on_output
|
||||
$flag+Control+Up focus output 'HDMI-A-1'
|
||||
|
||||
$flag+Control+Shift+h \
|
||||
|
|
Loading…
Reference in a new issue