diff --git a/config b/config index 987dd47..fec58d3 100644 --- a/config +++ b/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 diff --git a/hosts.d/bslxkos01.rsint.net.conf b/hosts.d/bslxkos01.rsint.net.conf index 3f215bf..2e11676 100644 --- a/hosts.d/bslxkos01.rsint.net.conf +++ b/hosts.d/bslxkos01.rsint.net.conf @@ -1,19 +1,12 @@ ### bslxkos01.rsint.net specific settings # vim: ft=i3 set $intern "Chimei Innolux Corporation 0x1416 0x00000000" -set $extern-34 "Dell Inc. DELL U3421WE 6YR9753" -set $extern-24 "Dell Inc. DELL E2422HS H1VWFM3" -set $extern-29 "Lenovo Group Limited L29w-30 UPV08NFA" -set $extern-38 "Goldstar Company Ltd 38GN950 008NTLEFY912" -# set $main DP-10 +set $extern "Unknown PG49WCD R9LMAS003894" set $main eDP-1 ### Output configuration output $intern mode 1920x1080 -output $extern-34 mode 3440x1440 position 0 0 -output $extern-24 mode 1920x1080 position 3440 0 -output $extern-29 mode 2560x1080 position 640 0 -output $extern-38 mode 3840x1600 position 0 1080 +output $extern mode 5120x1440 bindswitch --reload --locked lid:on output $intern disable diff --git a/sway.png b/sway.png deleted file mode 100644 index 5cc52ca..0000000 Binary files a/sway.png and /dev/null differ diff --git a/waybar.d/config b/waybar.d/config index f5a67ad..9c657cf 100644 --- a/waybar.d/config +++ b/waybar.d/config @@ -22,7 +22,7 @@ ], "modules-right": [ "custom/separator#right", - "network#en0", + "network#ub0", "network#wl0", "custom/separator#center", "cpu", @@ -85,20 +85,20 @@ "clock": { "format": "{:%H:%M, %b %d}", "format-alt": "{:%A, %B %d, %Y (%R)}", - "tooltip-format": "\n{calendar}", - "calendar": { - "mode" : "year", - "mode-mon-col" : 3, - "weeks-pos" : "right", - "on-scroll" : 1, - "on-click-right": "mode", - "format": { - "months": "{}", - "days": "{}", - "weeks": "W{}", - "weekdays": "{}", - "today": "{}" - } + // "tooltip-format": "\n{calendar}", + // "calendar": { + // "mode" : "year", + // "mode-mon-col" : 3, + // "weeks-pos" : "right", + // "on-scroll" : 1, + // "on-click-right": "mode", + // "format": { + // "months": "{}", + // "days": "{}", + // "weeks": "W{}", + // "weekdays": "{}", + // "today": "{}" + // } }, "actions": { "on-click-right": "mode",