update config, bslxkos01 2

This commit is contained in:
Konstantin Koslowski 2024-05-15 07:36:03 +02:00
parent 65594946b9
commit 36f1a3557c
4 changed files with 21 additions and 25 deletions

5
config
View file

@ -16,7 +16,7 @@ set $right l
# Your preferred terminal emulator # Your preferred terminal emulator
set $term foot set $term foot
set $term_cmd foot -T float 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 $brightness_cmd $HOME/.config/sway/bin/sway_brightness
set $output_cmd $HOME/.local/bin/swayout set $output_cmd $HOME/.local/bin/swayout
set $volume_cmd $HOME/.config/sway/bin/sway_volume 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 # You can get the names of your outputs by running: swaymsg -t get_outputs
output * bg $background fill output * bg $background fill
# automatically switch to last-used workspace when re-selecting the current
workspace_auto_back_and_forth yes
### Input configuration ### Input configuration
# You can get the names of your inputs by running: swaymsg -t get_inputs # 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" bindsym --release $mod+0 exec "echo 0 > /tmp/sovpipe"
# back and forth # back and forth
bindsym $mod+Escape workspace back_and_forth bindsym $mod+Escape workspace back_and_forth
bindsym $mod+Tab workspace next
# Move focused container to workspace # Move focused container to workspace
bindsym $mod+Shift+1 move container to workspace number 1 bindsym $mod+Shift+1 move container to workspace number 1
bindsym $mod+Shift+2 move container to workspace number 2 bindsym $mod+Shift+2 move container to workspace number 2

View file

@ -1,19 +1,12 @@
### bslxkos01.rsint.net specific settings ### bslxkos01.rsint.net specific settings
# vim: ft=i3 # vim: ft=i3
set $intern "Chimei Innolux Corporation 0x1416 0x00000000" set $intern "Chimei Innolux Corporation 0x1416 0x00000000"
set $extern-34 "Dell Inc. DELL U3421WE 6YR9753" set $extern "Unknown PG49WCD R9LMAS003894"
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 $main eDP-1 set $main eDP-1
### Output configuration ### Output configuration
output $intern mode 1920x1080 output $intern mode 1920x1080
output $extern-34 mode 3440x1440 position 0 0 output $extern mode 5120x1440
output $extern-24 mode 1920x1080 position 3440 0
output $extern-29 mode 2560x1080 position 640 0
output $extern-38 mode 3840x1600 position 0 1080
bindswitch --reload --locked lid:on output $intern disable bindswitch --reload --locked lid:on output $intern disable

BIN
sway.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 MiB

View file

@ -22,7 +22,7 @@
], ],
"modules-right": [ "modules-right": [
"custom/separator#right", "custom/separator#right",
"network#en0", "network#ub0",
"network#wl0", "network#wl0",
"custom/separator#center", "custom/separator#center",
"cpu", "cpu",
@ -85,20 +85,20 @@
"clock": { "clock": {
"format": "<span foreground='#ebdbb2'> </span>{:%H:%M, %b %d}", "format": "<span foreground='#ebdbb2'> </span>{:%H:%M, %b %d}",
"format-alt": "<span foreground='#ebdbb2'> </span>{:%A, %B %d, %Y (%R)}", "format-alt": "<span foreground='#ebdbb2'> </span>{:%A, %B %d, %Y (%R)}",
"tooltip-format": "\n<span size='9pt'>{calendar}</span>", // "tooltip-format": "\n<span size='9pt'>{calendar}</span>",
"calendar": { // "calendar": {
"mode" : "year", // "mode" : "year",
"mode-mon-col" : 3, // "mode-mon-col" : 3,
"weeks-pos" : "right", // "weeks-pos" : "right",
"on-scroll" : 1, // "on-scroll" : 1,
"on-click-right": "mode", // "on-click-right": "mode",
"format": { // "format": {
"months": "<span color='#ebdbb2'><b>{}</b></span>", // "months": "<span color='#ebdbb2'><b>{}</b></span>",
"days": "<span color='#ebdbb2'><b>{}</b></span>", // "days": "<span color='#ebdbb2'><b>{}</b></span>",
"weeks": "<span color='#268bd2'><b>W{}</b></span>", // "weeks": "<span color='#268bd2'><b>W{}</b></span>",
"weekdays": "<span color='#b8bb26'><b>{}</b></span>", // "weekdays": "<span color='#b8bb26'><b>{}</b></span>",
"today": "<span color='#fb4934'><b><u>{}</u></b></span>" // "today": "<span color='#fb4934'><b><u>{}</u></b></span>"
} // }
}, },
"actions": { "actions": {
"on-click-right": "mode", "on-click-right": "mode",