update config, bslxkos01 2
This commit is contained in:
parent
65594946b9
commit
36f1a3557c
4 changed files with 21 additions and 25 deletions
5
config
5
config
|
@ -16,7 +16,7 @@ set $right l
|
|||
# Your preferred terminal emulator
|
||||
set $term foot
|
||||
set $term_cmd foot -T float
|
||||
set $background $HOME/Pictures/wallpaper/bavarian_forest_5k_bw.jpg
|
||||
set $background $HOME/.config/wallpaper.jpg
|
||||
set $brightness_cmd $HOME/.config/sway/bin/sway_brightness
|
||||
set $output_cmd $HOME/.local/bin/swayout
|
||||
set $volume_cmd $HOME/.config/sway/bin/sway_volume
|
||||
|
@ -62,6 +62,8 @@ gaps right 0
|
|||
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
||||
output * bg $background fill
|
||||
|
||||
# automatically switch to last-used workspace when re-selecting the current
|
||||
workspace_auto_back_and_forth yes
|
||||
|
||||
### Input configuration
|
||||
# You can get the names of your inputs by running: swaymsg -t get_inputs
|
||||
|
@ -141,6 +143,7 @@ bindsym --release $mod+9 exec "echo 0 > /tmp/sovpipe"
|
|||
bindsym --release $mod+0 exec "echo 0 > /tmp/sovpipe"
|
||||
# back and forth
|
||||
bindsym $mod+Escape workspace back_and_forth
|
||||
bindsym $mod+Tab workspace next
|
||||
# Move focused container to workspace
|
||||
bindsym $mod+Shift+1 move container to workspace number 1
|
||||
bindsym $mod+Shift+2 move container to workspace number 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue