diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-12-15 19:34:53 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-15 19:34:53 +0900 |
| commit | 88348f4a9f634c4a9ac4226124f202f3c6a404f8 (patch) | |
| tree | 4e311b90533907db2504452a4918b059b482498e /config/hypr | |
| parent | 5e207e4375dd7d2c94f3588595b2a5a8808c33ea (diff) | |
| parent | 444d08e4f815ac83483565cbb0b6f2ee8bdef00e (diff) | |
Merge pull request #73 from JaKooLit/Development
preliminary for v2.2
Diffstat (limited to 'config/hypr')
| -rw-r--r-- | config/hypr/configs/Execs.conf | 3 | ||||
| -rw-r--r-- | config/hypr/configs/Keybinds.conf | 4 | ||||
| -rwxr-xr-x | config/hypr/scripts/Refresh.sh | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/config/hypr/configs/Execs.conf b/config/hypr/configs/Execs.conf index 85870f74..afcc5a14 100644 --- a/config/hypr/configs/Execs.conf +++ b/config/hypr/configs/Execs.conf @@ -35,7 +35,8 @@ exec-once = nm-applet --indicator & #exec-once = rog-control-center & #clipboard manager -exec-once = wl-paste --watch cliphist store +exec-once = wl-paste --type text --watch cliphist store +exec-once = wl-paste --type image --watch cliphist store # Rainbow borders exec-once = $scriptsDir/RainbowBorders.sh diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index 2c0b4341..39068ee0 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -18,8 +18,8 @@ $volume = $scriptsDir/Volume.sh # see https://wiki.hyprland.org/Configuring/Binds/ for more # rofi launcher -bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi run,filebrowser,drun -bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi run,filebrowser,drun +bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run +bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run bind = CTRL ALT, Delete, exec, hyprctl dispatch exit 0 bind = $mainMod SHIFT, R, exec, hyprctl reload diff --git a/config/hypr/scripts/Refresh.sh b/config/hypr/scripts/Refresh.sh index 556f651d..0d91de8d 100755 --- a/config/hypr/scripts/Refresh.sh +++ b/config/hypr/scripts/Refresh.sh @@ -10,9 +10,11 @@ for _prs in "${_ps[@]}"; do fi done +sleep 0.1 # Relaunch waybar waybar & +sleep 0.1 # Relaunch dunst with pywal-borders ${SCRIPTSDIR}/PywalDunst.sh & |
