Regenerated
This commit is contained in:
+291
-291
File diff suppressed because it is too large
Load Diff
+3
-3
@@ -1092,7 +1092,7 @@ in
|
||||
This sets up the zsh in the terminal
|
||||
#+BEGIN_SRC bash :tangle generated/.config/zsh/.zshrc :noweb yes :mkdirp yes :eval never
|
||||
# Path to syntax highlighting installed by Nix
|
||||
ZSH_SYNTAX_HIGHLIGHTING="${HOME}/.nix-profile/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
|
||||
ZSH_SYNTAX_HIGHLIGHTING="${HOME}/.nix-pwofile/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
|
||||
|
||||
# Load syntax highlighting if available
|
||||
if [ -f "$ZSH_SYNTAX_HIGHLIGHTING" ]; then
|
||||
@@ -1806,7 +1806,7 @@ input {
|
||||
kb_layout = us
|
||||
kb_options = ctrl:nocaps
|
||||
sensitivity = -0.5
|
||||
accel_profile = adaptive
|
||||
accel_pwofile = adaptive
|
||||
scroll_factor = 0.5
|
||||
}
|
||||
|
||||
@@ -3069,7 +3069,7 @@ These are config files for waybar
|
||||
active_ws=$(hyprctl activeworkspace -j | jq -r '.id')
|
||||
clients=$(hyprctl clients -j | jq -r \
|
||||
".[] | select(.workspace.id==$active_ws) | \"\(.address)|\(.title)\"")
|
||||
choice=$(echo "$clients" | cut -d'|' -f2 | rofi -dmenu -p "Windows")
|
||||
choice=$(echo "$clients" | cut -d'|' -f2 | wofi -dmenu -p "Windows")
|
||||
[ -z "$choice" ] && exit 0
|
||||
addr=$(echo "$clients" | grep "|$choice" | head -n1 | cut -d'|' -f1)
|
||||
hyprctl dispatch focuswindow address:$addr
|
||||
|
||||
@@ -3,7 +3,7 @@ input {
|
||||
kb_layout = us
|
||||
kb_options = ctrl:nocaps
|
||||
sensitivity = -0.5
|
||||
accel_profile = adaptive
|
||||
accel_pwofile = adaptive
|
||||
scroll_factor = 0.5
|
||||
}
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
active_ws=$(hyprctl activeworkspace -j | jq -r '.id')
|
||||
clients=$(hyprctl clients -j | jq -r \
|
||||
".[] | select(.workspace.id==$active_ws) | \"\(.address)|\(.title)\"")
|
||||
choice=$(echo "$clients" | cut -d'|' -f2 | rofi -dmenu -p "Windows")
|
||||
choice=$(echo "$clients" | cut -d'|' -f2 | wofi -dmenu -p "Windows")
|
||||
[ -z "$choice" ] && exit 0
|
||||
addr=$(echo "$clients" | grep "|$choice" | head -n1 | cut -d'|' -f1)
|
||||
hyprctl dispatch focuswindow address:$addr
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Path to syntax highlighting installed by Nix
|
||||
ZSH_SYNTAX_HIGHLIGHTING="${HOME}/.nix-profile/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
|
||||
ZSH_SYNTAX_HIGHLIGHTING="${HOME}/.nix-pwofile/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
|
||||
|
||||
# Load syntax highlighting if available
|
||||
if [ -f "$ZSH_SYNTAX_HIGHLIGHTING" ]; then
|
||||
|
||||
Reference in New Issue
Block a user