Regenerated
This commit is contained in:
+364
-357
File diff suppressed because it is too large
Load Diff
+12
-7
@@ -2385,6 +2385,14 @@ animations {
|
||||
These are config files for .config/hypr
|
||||
#+BEGIN_SRC conf :tangle generated/.config/hypr/behaviour.conf :noweb yes :exports code :wrap nil :mkdirp yes :eval never
|
||||
# Keyboard and mouse settings
|
||||
input {
|
||||
numlock_by_default = true
|
||||
touchpad {
|
||||
natural_scroll = true
|
||||
tap-to-click = true
|
||||
drag_lock = true
|
||||
}
|
||||
}
|
||||
# Scrolling modifier settings
|
||||
# Touchpad settings (applies to all touchpads)
|
||||
# Focus settings
|
||||
@@ -2620,7 +2628,7 @@ These are config files for .config/hypr
|
||||
workspace_layouts = dwindle, master, scrolling, monocle
|
||||
scrolling {
|
||||
fullscreen_on_one_column = true
|
||||
column_width = 0.49 # default: 2 windows side by side
|
||||
column_width = 0.32 # default: 2 windows side by side
|
||||
explicit_column_widths = 0.329, 0.5, 0.667, 1.0
|
||||
}
|
||||
#+END_SRC
|
||||
@@ -2628,8 +2636,8 @@ scrolling {
|
||||
** =generated/.config/hypr/monitor-rules.conf=
|
||||
These are config files for .config/hypr
|
||||
#+BEGIN_SRC conf :tangle generated/.config/hypr/monitor-rules.conf :noweb yes :mkdirp yes :eval never
|
||||
# Default portable monitor rule
|
||||
monitor=DP-1,3840x1080@144,1920x0,1
|
||||
monitor = DP-1, preferred, 0x0, 1, primary
|
||||
monitor = eDP-1, preferred, auto-left, 1.5
|
||||
#+END_SRC
|
||||
|
||||
** =generated/.config/hypr/theming.conf=
|
||||
@@ -3497,10 +3505,8 @@ socat -U - "UNIX-CONNECT:$socket" | while read -r line; do
|
||||
done
|
||||
#+END_SRC
|
||||
|
||||
|
||||
|
||||
** =generated/.config/scripts/power.sh=
|
||||
A file containing color variables
|
||||
Enables a terminal power menu
|
||||
#+BEGIN_SRC sh :tangle generated/.config/scripts/power.sh :shebang "#!/usr/bin/env bash" :noweb yes :mkdirp yes :eval never
|
||||
#
|
||||
# Launch a power menu
|
||||
@@ -3548,7 +3554,6 @@ main() {
|
||||
}
|
||||
|
||||
main
|
||||
|
||||
#+END_SRC
|
||||
|
||||
** =generated/.config/scripts/update.sh=
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||
# Keyboard and mouse settings
|
||||
input {
|
||||
numlock_by_default = true
|
||||
touchpad {
|
||||
natural_scroll = true
|
||||
tap-to-click = true
|
||||
drag_lock = true
|
||||
}
|
||||
}
|
||||
# Scrolling modifier settings
|
||||
# Touchpad settings (applies to all touchpads)
|
||||
# Focus settings
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
workspace_layouts = dwindle, master, scrolling, monocle
|
||||
scrolling {
|
||||
fullscreen_on_one_column = true
|
||||
column_width = 0.49 # default: 2 windows side by side
|
||||
column_width = 0.32 # default: 2 windows side by side
|
||||
explicit_column_widths = 0.329, 0.5, 0.667, 1.0
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||
# Default portable monitor rule
|
||||
monitor=DP-1,3840x1080@144,1920x0,1
|
||||
monitor = DP-1, preferred, 0x0, 1, primary
|
||||
monitor = eDP-1, preferred, auto-left, 1.5
|
||||
|
||||
Reference in New Issue
Block a user