Regenerated
This commit is contained in:
@@ -15,7 +15,6 @@ bind = ALT, TAB, cyclenext,
|
||||
|
||||
# switch layouts
|
||||
|
||||
|
||||
# Hyprscrolling
|
||||
bind = $mainMod, period, layoutmsg, move +col
|
||||
bind = $mainMod, comma, layoutmsg, swapcol l
|
||||
@@ -24,7 +23,10 @@ bind = $mainMod, S, togglegroup
|
||||
# Cycle tabs in the group
|
||||
bind = $mainMod, L, changegroupactive, f
|
||||
bind = $mainMod, H, changegroupactive, b
|
||||
bind = $mainMod, T, exec, ~/.config/hypr/scripts/layout-selector.sh
|
||||
bind = $mainMod, T, exec, ~/.config/scripts/layout-selector.sh
|
||||
|
||||
bind = $mod, W, layoutmsg, colresize +conf
|
||||
bind = $mod SHIFT, W, layoutmsg, colresize -conf
|
||||
|
||||
# Focus movement
|
||||
bind = $mainMod, H, movefocus, l
|
||||
@@ -126,13 +128,13 @@ bind = , XF86Sleep, exec, systemctl suspend
|
||||
bind = , XF86PowerOff, exec, systemctl poweroff
|
||||
bind = , XF86WakeUp, exec, systemctl suspend
|
||||
bind = $mainMod, L, exec, loginctl lock-session
|
||||
# bind = $mainMod, X, exec, ~/.config/hypr/scripts/powermenu.sh
|
||||
# bind = $mainMod, X, exec, ~/.config/scripts/powermenu.sh
|
||||
|
||||
#########################
|
||||
# Laptop lid settings
|
||||
#########################
|
||||
bindl = , switch:on:Lid Switch, exec, ~/.config/hypr/scripts/lid-action.sh
|
||||
bindl = , switch:off:Lid Switch, exec, ~/.config/hypr/scripts/lid-restore.sh
|
||||
bindl = , switch:on:Lid Switch, exec, ~/.config/scripts/lid-action.sh
|
||||
bindl = , switch:off:Lid Switch, exec, ~/.config/scripts/lid-restore.sh
|
||||
|
||||
#########################
|
||||
# Start apps
|
||||
@@ -145,7 +147,7 @@ bind = $mainMod, W, exec, zen
|
||||
#########################
|
||||
# Auto apps
|
||||
#########################
|
||||
bind = , workspace, exec, ~/.config/hypr/scripts/set-workspace-wallpaper.sh
|
||||
bind = , workspace, exec, ~/.config/scripts/set-workspace-wallpaper.sh
|
||||
|
||||
#########################
|
||||
# System stuff
|
||||
|
||||
@@ -4,7 +4,8 @@ exec-once = systemd-run --user --scope --unit=elephant elephant
|
||||
exec-once = waybar
|
||||
exec-once = awww-daemon
|
||||
exec-once = awww img ~/Wallpapers/pictures/01.jpg
|
||||
exec-once = ~/.config/hypr/scripts/set-workspace-wallpaper.sh
|
||||
exec-once = ~/.config/hypr/scripts/workspace-listener.sh
|
||||
exec-once = ~/.config/scripts/set-workspace-wallpaper.sh
|
||||
exec-once = ~/.config/scripts/workspace-listener.sh
|
||||
exec-once = /run/current-system/sw/libexec/polkit-gnome-authentication-agent-1
|
||||
exec-once = nextcloud --background
|
||||
exec-once = ~/.config/scripts/hypr-autocolwidth.sh
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
workspace_layouts = dwindle, master, scrolling, monocle
|
||||
scrolling {
|
||||
column_width = 0.329
|
||||
fullscreen_on_one_column = true
|
||||
column_width = 0.49 # default: 2 windows side by side
|
||||
explicit_column_widths = 0.329, 0.5, 0.667, 1.0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user