Updated scripts

This commit is contained in:
2025-05-08 22:12:37 +02:00
parent 014312c954
commit 4348c2ac36
3 changed files with 6 additions and 4 deletions

View File

@@ -97,12 +97,12 @@ animations {
dwindle {
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = true # You probably want this
permanent_direction_override = true
}
master {
new_status = slave
mfact = 0.5
orientation = bottom
}
misc {
@@ -160,6 +160,10 @@ $mainMod = SHIFT ALT
bind = $mainMod, X, fullscreen
bind = $mainMod, C, killactive,
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 SHIFT, Tab, workspace, emptyn
bind = , PRINT, exec, hyprshot -m region

View File

@@ -4,6 +4,3 @@ workspace=1,monitor:eDP-1
workspace=2,monitor:HDMI-A-1
exec-once = [workspace 1] picoscope
exec-once = [workspace 2] brave
general {
layout = master
}