Changes config to work better on laptop
This commit is contained in:
parent
733debf54c
commit
de51e76fa3
2 changed files with 6 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ decoration {
|
||||||
inactive_opacity = 0.9
|
inactive_opacity = 0.9
|
||||||
fullscreen_opacity = 1.0
|
fullscreen_opacity = 1.0
|
||||||
|
|
||||||
dim_inactive = true
|
dim_inactive = false
|
||||||
dim_strength = 0.1
|
dim_strength = 0.1
|
||||||
dim_special = 0.8
|
dim_special = 0.8
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -89,8 +89,11 @@ bind = ALT, Print, exec, $scriptsDir/ScreenShot.sh --active # screenshot (active
|
||||||
|
|
||||||
bind = $mainMod SHIFT, N, exec, swaync-client -t -sw # swayNC notification panel
|
bind = $mainMod SHIFT, N, exec, swaync-client -t -sw # swayNC notification panel
|
||||||
|
|
||||||
bind = $mainMod SHIFT, A, movecurrentworkspacetomonitor, l
|
|
||||||
bind = $mainMod SHIFT, D, movecurrentworkspacetomonitor, r
|
bind = $mainMod CTRL, L, movecurrentworkspacetomonitor, r
|
||||||
|
bind = $mainMod CTRL, H, movecurrentworkspacetomonitor, l
|
||||||
|
bind = $mainMod CTRL, K, movecurrentworkspacetomonitor, u
|
||||||
|
bind = $mainMod CTRL, J, movecurrentworkspacetomonitor, d
|
||||||
|
|
||||||
bind = $mainMod, F, fullscreen, 0
|
bind = $mainMod, F, fullscreen, 0
|
||||||
bind = $mainMod SHIFT, F, fullscreen, 1
|
bind = $mainMod SHIFT, F, fullscreen, 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue