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
|
||||
|
|
|
@ -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
|
||||
|
|
BIN
sway.png
BIN
sway.png
Binary file not shown.
Before Width: | Height: | Size: 3.1 MiB |
|
@ -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": "<span foreground='#ebdbb2'> </span>{:%H:%M, %b %d}",
|
||||
"format-alt": "<span foreground='#ebdbb2'> </span>{:%A, %B %d, %Y (%R)}",
|
||||
"tooltip-format": "\n<span size='9pt'>{calendar}</span>",
|
||||
"calendar": {
|
||||
"mode" : "year",
|
||||
"mode-mon-col" : 3,
|
||||
"weeks-pos" : "right",
|
||||
"on-scroll" : 1,
|
||||
"on-click-right": "mode",
|
||||
"format": {
|
||||
"months": "<span color='#ebdbb2'><b>{}</b></span>",
|
||||
"days": "<span color='#ebdbb2'><b>{}</b></span>",
|
||||
"weeks": "<span color='#268bd2'><b>W{}</b></span>",
|
||||
"weekdays": "<span color='#b8bb26'><b>{}</b></span>",
|
||||
"today": "<span color='#fb4934'><b><u>{}</u></b></span>"
|
||||
}
|
||||
// "tooltip-format": "\n<span size='9pt'>{calendar}</span>",
|
||||
// "calendar": {
|
||||
// "mode" : "year",
|
||||
// "mode-mon-col" : 3,
|
||||
// "weeks-pos" : "right",
|
||||
// "on-scroll" : 1,
|
||||
// "on-click-right": "mode",
|
||||
// "format": {
|
||||
// "months": "<span color='#ebdbb2'><b>{}</b></span>",
|
||||
// "days": "<span color='#ebdbb2'><b>{}</b></span>",
|
||||
// "weeks": "<span color='#268bd2'><b>W{}</b></span>",
|
||||
// "weekdays": "<span color='#b8bb26'><b>{}</b></span>",
|
||||
// "today": "<span color='#fb4934'><b><u>{}</u></b></span>"
|
||||
// }
|
||||
},
|
||||
"actions": {
|
||||
"on-click-right": "mode",
|
||||
|
|
Loading…
Reference in a new issue