Regenerated
This commit is contained in:
+316
-316
File diff suppressed because it is too large
Load Diff
+4
-4
@@ -1050,7 +1050,7 @@ These are config files for .config/wofi
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------ */
|
/* ------------------------ */
|
||||||
/* Optional: grid spacing for drun icons */
|
/* grid spacing for drun icons */
|
||||||
.drun-view {
|
.drun-view {
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
@@ -1861,7 +1861,7 @@ $mainMod = SUPER
|
|||||||
# Terminal / launcher / kill / reload
|
# Terminal / launcher / kill / reload
|
||||||
bind = $mainMod, E, exec, thunar
|
bind = $mainMod, E, exec, thunar
|
||||||
bind = $mainMod, RETURN, exec, kitty
|
bind = $mainMod, RETURN, exec, kitty
|
||||||
bind = $mainMod, Space, exec, wofi --show drun
|
bind = $mainMod, Space, exec, wofi --show drun --style ~/.config/wofi/style.css
|
||||||
bind = ALT, Space, exec, wofi --show drun
|
bind = ALT, Space, exec, wofi --show drun
|
||||||
bind = $mainMod, Q, killactive,
|
bind = $mainMod, Q, killactive,
|
||||||
bind = $mainMod SHIFT, Q, exit,
|
bind = $mainMod SHIFT, Q, exit,
|
||||||
@@ -3073,7 +3073,7 @@ These are config files for waybar
|
|||||||
active_ws=$(hyprctl activeworkspace -j | jq -r '.id')
|
active_ws=$(hyprctl activeworkspace -j | jq -r '.id')
|
||||||
clients=$(hyprctl clients -j | jq -r \
|
clients=$(hyprctl clients -j | jq -r \
|
||||||
".[] | select(.workspace.id==$active_ws) | \"\(.address)|\(.title)\"")
|
".[] | select(.workspace.id==$active_ws) | \"\(.address)|\(.title)\"")
|
||||||
choice=$(echo "$clients" | cut -d'|' -f2 | wofi -dmenu -j -p "Active apps")
|
choice=$(echo "$clients" | cut -d'|' -f2 | wofi -dmenu -j -p "Active apps" --style ~/.config/wofi/style.css)
|
||||||
[ -z "$choice" ] && exit 0
|
[ -z "$choice" ] && exit 0
|
||||||
addr=$(echo "$clients" | grep "|$choice" | head -n1 | cut -d'|' -f1)
|
addr=$(echo "$clients" | grep "|$choice" | head -n1 | cut -d'|' -f1)
|
||||||
hyprctl dispatch focuswindow address:$addr
|
hyprctl dispatch focuswindow address:$addr
|
||||||
@@ -3126,7 +3126,7 @@ keybindings = ~/.config/waypaper/keybindings.ini
|
|||||||
];
|
];
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
# Optional: enable graphics stack
|
# enable graphics stack
|
||||||
#################################
|
#################################
|
||||||
hardware.graphics.enable = true;
|
hardware.graphics.enable = true;
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ $mainMod = SUPER
|
|||||||
# Terminal / launcher / kill / reload
|
# Terminal / launcher / kill / reload
|
||||||
bind = $mainMod, E, exec, thunar
|
bind = $mainMod, E, exec, thunar
|
||||||
bind = $mainMod, RETURN, exec, kitty
|
bind = $mainMod, RETURN, exec, kitty
|
||||||
bind = $mainMod, Space, exec, wofi --show drun
|
bind = $mainMod, Space, exec, wofi --show drun --style ~/.config/wofi/style.css
|
||||||
bind = ALT, Space, exec, wofi --show drun
|
bind = ALT, Space, exec, wofi --show drun
|
||||||
bind = $mainMod, Q, killactive,
|
bind = $mainMod, Q, killactive,
|
||||||
bind = $mainMod SHIFT, Q, exit,
|
bind = $mainMod SHIFT, Q, exit,
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
active_ws=$(hyprctl activeworkspace -j | jq -r '.id')
|
active_ws=$(hyprctl activeworkspace -j | jq -r '.id')
|
||||||
clients=$(hyprctl clients -j | jq -r \
|
clients=$(hyprctl clients -j | jq -r \
|
||||||
".[] | select(.workspace.id==$active_ws) | \"\(.address)|\(.title)\"")
|
".[] | select(.workspace.id==$active_ws) | \"\(.address)|\(.title)\"")
|
||||||
choice=$(echo "$clients" | cut -d'|' -f2 | wofi -dmenu -j -p "Active apps")
|
choice=$(echo "$clients" | cut -d'|' -f2 | wofi -dmenu -j -p "Active apps" --style ~/.config/wofi/style.css)
|
||||||
[ -z "$choice" ] && exit 0
|
[ -z "$choice" ] && exit 0
|
||||||
addr=$(echo "$clients" | grep "|$choice" | head -n1 | cut -d'|' -f1)
|
addr=$(echo "$clients" | grep "|$choice" | head -n1 | cut -d'|' -f1)
|
||||||
hyprctl dispatch focuswindow address:$addr
|
hyprctl dispatch focuswindow address:$addr
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
# Optional: enable graphics stack
|
# enable graphics stack
|
||||||
#################################
|
#################################
|
||||||
hardware.graphics.enable = true;
|
hardware.graphics.enable = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user