some minor updates

This commit is contained in:
Konstantin Koslowski 2022-09-20 21:21:42 +02:00
parent 5f90d15606
commit 8705d206ec
3 changed files with 23 additions and 21 deletions

40
config
View file

@ -269,26 +269,28 @@ mode "move" {
bindsym Shift+$up move up 100px bindsym Shift+$up move up 100px
bindsym Shift+$right move right 100px bindsym Shift+$right move right 100px
# edges # edges
bindsym q [floating=True] exec $move_cmd top-left bindsym q exec $move_cmd top-left
bindsym w [floating=True] exec $move_cmd top-center bindsym w exec $move_cmd top-center
bindsym e [floating=True] exec $move_cmd top-right bindsym e exec $move_cmd top-right
bindsym a [floating=True] exec $move_cmd center-left bindsym a exec $move_cmd center-left
bindsym s [floating=True] exec $move_cmd center-center bindsym s exec $move_cmd center-center
bindsym d [floating=True] exec $move_cmd center-right bindsym d exec $move_cmd center-right
bindsym z [floating=True] exec $move_cmd bottom-left bindsym z exec $move_cmd bottom-left
bindsym x [floating=True] exec $move_cmd bottom-center bindsym x exec $move_cmd bottom-center
bindsym c [floating=True] exec $move_cmd bottom-right bindsym c exec $move_cmd bottom-right
# resize presets # resize presets
bindsym 1 resize set width 25ppt; [floating=True] resize set width 600px height 360px # bindsym -1 resize set width 600px height 360px
bindsym 2 resize set width 30ppt; [floating=True] resize set width 700px height 420px # bindsym 0 resize set width 700px height 420px
bindsym 3 resize set width 35ppt; [floating=True] resize set width 800px height 480px bindsym 1 resize set width 800px height 480px
bindsym 4 resize set width 40ppt; [floating=True] resize set width 900px height 540px bindsym 2 resize set width 900px height 540px
bindsym 5 resize set width 45ppt; [floating=True] resize set width 1000px height 600px bindsym 3 resize set width 1000px height 600px
bindsym 6 resize set width 50ppt; [floating=True] resize set width 1100px height 660px bindsym 4 resize set width 1100px height 660px
bindsym 7 resize set width 55ppt; [floating=True] resize set width 1200px height 720px bindsym 5 resize set width 1200px height 720px
bindsym 8 resize set width 60ppt; [floating=True] resize set width 1300px height 780px bindsym 6 resize set width 1300px height 780px
bindsym 9 resize set width 70ppt; [floating=True] resize set width 1400px height 840px bindsym 7 resize set width 1400px height 840px
bindsym 0 resize set width 80ppt; [floating=True] resize set width 1500px height 900px bindsym 8 resize set width 1500px height 900px
bindsym 9 resize set width 1600px height 1040px
bindsym 0 resize set width 1700px height 1200px
# focus # focus
bindsym $mod+h focus left bindsym $mod+h focus left
bindsym $mod+j focus down bindsym $mod+j focus down

View file

@ -2,7 +2,7 @@
### bslxkos02 specific settings ### bslxkos02 specific settings
set $extern-38 "Goldstar Company Ltd 38GN950 008NTLEFY912" set $extern-38 "Goldstar Company Ltd 38GN950 008NTLEFY912"
set $extern-29 "Lenovo Group Limited L29w-30 UPV08NFA" set $extern-29 "Lenovo Group Limited L29w-30 UPV08NFA"
set $port-38 HDMI-A-1 set $port-38 HDMI-A-2
set $port-29 DP-3 set $port-29 DP-3
set $main $port-38 set $main $port-38

View file

@ -152,7 +152,7 @@
"temperature": { "temperature": {
"thermal-zone": 2, "thermal-zone": 2,
"critical-threshold": 60, "critical-threshold": 60,
"format-icons": ["", ""], "format-icons": ["", ""],
"format": "<span foreground='#ebdbb2'>{icon}</span>{temperatureC:2}°C" "format": "<span foreground='#ebdbb2'>{icon}</span>{temperatureC:2}°C"
}, },
"network#en0": { "network#en0": {