diff options
author | ubq323 <ubq323@ubq323.website> | 2023-05-01 03:00:47 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-05-01 03:00:47 +0100 |
commit | dc5f2cfd52638a0a2ca5bf7c507579d8235edcfc (patch) | |
tree | b336a3cefbcce23d96749942f025a9d3c9e21319 /.config/sway | |
parent | aafd78338bec7a67a7bd6a201345b718851171cd (diff) |
reorganization of homedir
Diffstat (limited to '.config/sway')
-rw-r--r-- | .config/sway/config | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.config/sway/config b/.config/sway/config index 621e47a..5b3ae5a 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -8,7 +8,7 @@ set $right l set $term foot set $menu bemenu-run | xargs swaymsg exec -- -output * bg /home/rebecca/Pictures/lagana.png stretch +output * bg /home/rebecca/img/lagana.png stretch ### Idle configuration # @@ -92,6 +92,7 @@ bindsym $mod+Shift+space floating toggle bindsym $mod+space focus mode_toggle bindsym $mod+a focus parent +bindsym $mod+Shift+a focus child bindsym $mod+Shift+minus move scratchpad bindsym $mod+minus scratchpad show @@ -115,7 +116,7 @@ bindsym $mod+r mode "resize" bar { position bottom separator_symbol ' :: ' - status_command ~/.local/bin/status.sh + status_command ~/bin/status.sh colors { statusline #ffffff background #323232 @@ -130,8 +131,8 @@ bindsym $mod+Shift+f exec "apulse firefox-wayland" bindsym $mod+b workspace back_and_forth bindsym $mod+Shift+b move container to workspace back_and_forth -bindsym $mod+apostrophe exec rws -queryws -bindsym $mod+Shift+apostrophe exec rws -queryws -m +bindsym $mod+apostrophe exec ~/bin/rws -queryws +bindsym $mod+Shift+apostrophe exec ~/bin/rws -queryws -m exec rws -listen bindsym $mod+bracketleft workspace prev |