Updated scripts
This commit is contained in:
parent
014312c954
commit
4348c2ac36
@ -97,12 +97,12 @@ animations {
|
|||||||
dwindle {
|
dwindle {
|
||||||
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||||
preserve_split = true # You probably want this
|
preserve_split = true # You probably want this
|
||||||
|
permanent_direction_override = true
|
||||||
}
|
}
|
||||||
|
|
||||||
master {
|
master {
|
||||||
new_status = slave
|
new_status = slave
|
||||||
mfact = 0.5
|
mfact = 0.5
|
||||||
orientation = bottom
|
|
||||||
}
|
}
|
||||||
|
|
||||||
misc {
|
misc {
|
||||||
@ -160,6 +160,10 @@ $mainMod = SHIFT ALT
|
|||||||
bind = $mainMod, X, fullscreen
|
bind = $mainMod, X, fullscreen
|
||||||
bind = $mainMod, C, killactive,
|
bind = $mainMod, C, killactive,
|
||||||
bind = $mainMod, Z, togglefloating,
|
bind = $mainMod, Z, togglefloating,
|
||||||
|
bind = $mainMod, H, layoutmsg, preselect l
|
||||||
|
bind = $mainMod, L, layoutmsg, preselect r
|
||||||
|
bind = $mainMod, J, layoutmsg, preselect d
|
||||||
|
bind = $mainMod, K, layoutmsg, preselect u
|
||||||
bind = ALT, Tab, workspace, e+1
|
bind = ALT, Tab, workspace, e+1
|
||||||
bind = ALT SHIFT, Tab, workspace, emptyn
|
bind = ALT SHIFT, Tab, workspace, emptyn
|
||||||
bind = , PRINT, exec, hyprshot -m region
|
bind = , PRINT, exec, hyprshot -m region
|
||||||
|
|||||||
@ -4,6 +4,3 @@ workspace=1,monitor:eDP-1
|
|||||||
workspace=2,monitor:HDMI-A-1
|
workspace=2,monitor:HDMI-A-1
|
||||||
exec-once = [workspace 1] picoscope
|
exec-once = [workspace 1] picoscope
|
||||||
exec-once = [workspace 2] brave
|
exec-once = [workspace 2] brave
|
||||||
general {
|
|
||||||
layout = master
|
|
||||||
}
|
|
||||||
|
|||||||
@ -37,6 +37,7 @@ LABBOX)
|
|||||||
ROLES[TERMINAL]="yes"
|
ROLES[TERMINAL]="yes"
|
||||||
ROLES[HYPERLAND]="yes"
|
ROLES[HYPERLAND]="yes"
|
||||||
ROLES[LAB]="yes"
|
ROLES[LAB]="yes"
|
||||||
|
ROLES[BT]="yes"
|
||||||
;;
|
;;
|
||||||
SIMONBOX)
|
SIMONBOX)
|
||||||
ROLES[GAME]="yes"
|
ROLES[GAME]="yes"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user