some minor updates
This commit is contained in:
parent
5f90d15606
commit
8705d206ec
3 changed files with 23 additions and 21 deletions
40
config
40
config
|
@ -269,26 +269,28 @@ mode "move" {
|
|||
bindsym Shift+$up move up 100px
|
||||
bindsym Shift+$right move right 100px
|
||||
# edges
|
||||
bindsym q [floating=True] exec $move_cmd top-left
|
||||
bindsym w [floating=True] exec $move_cmd top-center
|
||||
bindsym e [floating=True] exec $move_cmd top-right
|
||||
bindsym a [floating=True] exec $move_cmd center-left
|
||||
bindsym s [floating=True] exec $move_cmd center-center
|
||||
bindsym d [floating=True] exec $move_cmd center-right
|
||||
bindsym z [floating=True] exec $move_cmd bottom-left
|
||||
bindsym x [floating=True] exec $move_cmd bottom-center
|
||||
bindsym c [floating=True] exec $move_cmd bottom-right
|
||||
bindsym q exec $move_cmd top-left
|
||||
bindsym w exec $move_cmd top-center
|
||||
bindsym e exec $move_cmd top-right
|
||||
bindsym a exec $move_cmd center-left
|
||||
bindsym s exec $move_cmd center-center
|
||||
bindsym d exec $move_cmd center-right
|
||||
bindsym z exec $move_cmd bottom-left
|
||||
bindsym x exec $move_cmd bottom-center
|
||||
bindsym c exec $move_cmd bottom-right
|
||||
# resize presets
|
||||
bindsym 1 resize set width 25ppt; [floating=True] resize set width 600px height 360px
|
||||
bindsym 2 resize set width 30ppt; [floating=True] resize set width 700px height 420px
|
||||
bindsym 3 resize set width 35ppt; [floating=True] resize set width 800px height 480px
|
||||
bindsym 4 resize set width 40ppt; [floating=True] resize set width 900px height 540px
|
||||
bindsym 5 resize set width 45ppt; [floating=True] resize set width 1000px height 600px
|
||||
bindsym 6 resize set width 50ppt; [floating=True] resize set width 1100px height 660px
|
||||
bindsym 7 resize set width 55ppt; [floating=True] resize set width 1200px height 720px
|
||||
bindsym 8 resize set width 60ppt; [floating=True] resize set width 1300px height 780px
|
||||
bindsym 9 resize set width 70ppt; [floating=True] resize set width 1400px height 840px
|
||||
bindsym 0 resize set width 80ppt; [floating=True] resize set width 1500px height 900px
|
||||
# bindsym -1 resize set width 600px height 360px
|
||||
# bindsym 0 resize set width 700px height 420px
|
||||
bindsym 1 resize set width 800px height 480px
|
||||
bindsym 2 resize set width 900px height 540px
|
||||
bindsym 3 resize set width 1000px height 600px
|
||||
bindsym 4 resize set width 1100px height 660px
|
||||
bindsym 5 resize set width 1200px height 720px
|
||||
bindsym 6 resize set width 1300px height 780px
|
||||
bindsym 7 resize set width 1400px height 840px
|
||||
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
|
||||
bindsym $mod+h focus left
|
||||
bindsym $mod+j focus down
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
### bslxkos02 specific settings
|
||||
set $extern-38 "Goldstar Company Ltd 38GN950 008NTLEFY912"
|
||||
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 $main $port-38
|
||||
|
||||
|
|
|
@ -152,7 +152,7 @@
|
|||
"temperature": {
|
||||
"thermal-zone": 2,
|
||||
"critical-threshold": 60,
|
||||
"format-icons": ["", ""],
|
||||
"format-icons": ["", ""],
|
||||
"format": "<span foreground='#ebdbb2'>{icon}</span>{temperatureC:2}°C"
|
||||
},
|
||||
"network#en0": {
|
||||
|
|
Loading…
Reference in a new issue