Regenerated
This commit is contained in:
+362
-364
File diff suppressed because it is too large
Load Diff
+9
-7
@@ -2418,6 +2418,7 @@ input {
|
||||
** =generated/.config/hypr/bindings.conf=
|
||||
These are config files for .config/hypr
|
||||
#+BEGIN_SRC conf :tangle generated/.config/hypr/bindings.conf :noweb yes :mkdirp yes :eval never
|
||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||
$mainMod = SUPER
|
||||
|
||||
# Terminal / launcher / kill / reload
|
||||
@@ -2447,16 +2448,16 @@ bind = CTRL ALT, left, layoutmsg, colwidth -conf
|
||||
# Hyprscrolling
|
||||
bind = $mainMod, period, layoutmsg, move +col
|
||||
bind = $mainMod, comma, layoutmsg, swapcol l
|
||||
# Column resize
|
||||
bind = $mainMod SHIFT, period, layoutmsg, colresize +conf
|
||||
bind = $mainMod SHIFT, comma, layoutmsg, colresize -conf
|
||||
# Make / break a tab-group (stack)
|
||||
bind = $mainMod, S, togglegroup
|
||||
# Cycle tabs in the group
|
||||
bind = $mainMod, L, changegroupactive, f
|
||||
bind = $mainMod, H, changegroupactive, b
|
||||
bind = $mainMod, bracketright, changegroupactive, f
|
||||
bind = $mainMod, bracketleft, changegroupactive, b
|
||||
bind = $mainMod, T, exec, ~/.config/scripts/layout-selector.sh
|
||||
|
||||
bind = $mainMod, W, layoutmsg, colresize +conf
|
||||
bind = $mainMod SHIFT, W, layoutmsg, colresize -conf
|
||||
|
||||
# Focus movement
|
||||
bind = $mainMod, H, movefocus, l
|
||||
bind = $mainMod, L, movefocus, r
|
||||
@@ -2556,7 +2557,7 @@ bind = , XF86KbdBrightnessDown, exec, brightnessctl -d '*kbd_backlight*' set 10%
|
||||
bind = , XF86Sleep, exec, systemctl suspend
|
||||
bind = , XF86PowerOff, exec, systemctl poweroff
|
||||
bind = , XF86WakeUp, exec, systemctl suspend
|
||||
bind = $mainMod, L, exec, loginctl lock-session
|
||||
bind = CTRL ALT, L, exec, loginctl lock-session
|
||||
|
||||
#########################
|
||||
# Laptop lid settings
|
||||
@@ -2795,7 +2796,8 @@ windowrule {
|
||||
#+END_SRC
|
||||
|
||||
** =generated/.config/hypr/workspace-rules.conf=
|
||||
These are config files for .config/hypr
|
||||
These setttings configure rules for workspaces
|
||||
#+BEGIN_SRC conf :tangle generated/.config/hypr/workspace-rules.conf :noweb yes :mkdirp yes :eval never
|
||||
|
||||
#Load random wallpaper
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||
$mainMod = SUPER
|
||||
|
||||
# Terminal / launcher / kill / reload
|
||||
@@ -28,16 +29,16 @@ bind = CTRL ALT, left, layoutmsg, colwidth -conf
|
||||
# Hyprscrolling
|
||||
bind = $mainMod, period, layoutmsg, move +col
|
||||
bind = $mainMod, comma, layoutmsg, swapcol l
|
||||
# Column resize
|
||||
bind = $mainMod SHIFT, period, layoutmsg, colresize +conf
|
||||
bind = $mainMod SHIFT, comma, layoutmsg, colresize -conf
|
||||
# Make / break a tab-group (stack)
|
||||
bind = $mainMod, S, togglegroup
|
||||
# Cycle tabs in the group
|
||||
bind = $mainMod, L, changegroupactive, f
|
||||
bind = $mainMod, H, changegroupactive, b
|
||||
bind = $mainMod, bracketright, changegroupactive, f
|
||||
bind = $mainMod, bracketleft, changegroupactive, b
|
||||
bind = $mainMod, T, exec, ~/.config/scripts/layout-selector.sh
|
||||
|
||||
bind = $mainMod, W, layoutmsg, colresize +conf
|
||||
bind = $mainMod SHIFT, W, layoutmsg, colresize -conf
|
||||
|
||||
# Focus movement
|
||||
bind = $mainMod, H, movefocus, l
|
||||
bind = $mainMod, L, movefocus, r
|
||||
@@ -137,7 +138,7 @@ bind = , XF86KbdBrightnessDown, exec, brightnessctl -d '*kbd_backlight*' set 10%
|
||||
bind = , XF86Sleep, exec, systemctl suspend
|
||||
bind = , XF86PowerOff, exec, systemctl poweroff
|
||||
bind = , XF86WakeUp, exec, systemctl suspend
|
||||
bind = $mainMod, L, exec, loginctl lock-session
|
||||
bind = CTRL ALT, L, exec, loginctl lock-session
|
||||
|
||||
#########################
|
||||
# Laptop lid settings
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||
|
||||
#Load random wallpaper
|
||||
workspacecreated = exec $HOME/.local/bin/wallpaper-sync-and-set.sh $workspace
|
||||
|
||||
# Workspace definitions (modern syntax)
|
||||
workspace = 1
|
||||
@@ -10,7 +9,10 @@ workspace = 3
|
||||
workspace = 4
|
||||
workspace = 5
|
||||
workspace = 6
|
||||
workspace = 7
|
||||
workspace = 8
|
||||
workspace = 9
|
||||
workspace = 10
|
||||
|
||||
workspace = 1, monitor:eDP-1
|
||||
workspace = 2, monitor:eDP-1
|
||||
workspace = 3, monitor:DP-1
|
||||
workspace = 4, monitor:eDP-1
|
||||
workspace = 5, monitor:eDP-1
|
||||
workspace = 6, monitor:DP-1
|
||||
|
||||
Reference in New Issue
Block a user