Aliases for ideas folders
Also delete into system clipboard mapping (Vim).
This commit is contained in:
@@ -8,8 +8,8 @@ exec redshift -O 4000
|
||||
exec_always ~/.local/bin/wal -i "$HOME/Pictures/Backgrounds/"
|
||||
# exec_always ~/.local/bin/wal -i "$HOME/Pictures/Backgrounds/retro-mountains-pink.jpg"
|
||||
exec imwheel
|
||||
exec --no-startup-id i3-msg 'workspace 1 ; exec $def_term'
|
||||
# exec --no-startup-id i3-msg 'workspace 2 ; exec $def_term'
|
||||
# exec --no-startup-id i3-msg 'workspace 1 ; exec $def_term'
|
||||
exec --no-startup-id i3-msg 'workspace 2 ; exec $def_term'
|
||||
exec --no-startup-id i3-msg 'workspace 3 ; exec google-chrome'
|
||||
# }}} startup #
|
||||
|
||||
@@ -102,7 +102,7 @@ bindsym $mod+s layout stacking
|
||||
bindsym $mod+t layout tabbed
|
||||
bindsym $mod+e layout toggle split
|
||||
|
||||
# toggle tiling / floating
|
||||
# toggle tiling /floating
|
||||
bindsym $mod+Shift+space floating toggle
|
||||
|
||||
# change focus between tiling / floating windows
|
||||
@@ -121,11 +121,11 @@ set $samsung "DVI-I-1"
|
||||
set $benq "HDMI-0"
|
||||
|
||||
set $ws1 "1 "
|
||||
workspace $ws1 output $samsung
|
||||
workspace $ws1 output $benq
|
||||
bindsym $mod+F1 workspace $ws1; exec $def_term
|
||||
|
||||
set $ws2 "2 "
|
||||
workspace $ws2 output $benq
|
||||
workspace $ws2 output $samsung
|
||||
bindsym $mod+F2 workspace $ws2; exec $def_term
|
||||
|
||||
set $ws3 "3 "
|
||||
|
||||
Reference in New Issue
Block a user