From 736fab0079de27aeda723a2c90ff50905858962c Mon Sep 17 00:00:00 2001 From: Szymon P Date: Tue, 18 Mar 2025 19:45:14 +0100 Subject: [PATCH] exec --- private_dot_config/hypr/hyprland/binds/clipboard.conf | 2 ++ private_dot_config/hypr/hyprland/binds/theme.conf | 1 + private_dot_config/hypr/hyprland/binds/waybar.conf | 1 + private_dot_config/hypr/hyprland/exec.conf | 4 ++++ 4 files changed, 8 insertions(+) create mode 100644 private_dot_config/hypr/hyprland/binds/clipboard.conf create mode 100644 private_dot_config/hypr/hyprland/binds/theme.conf create mode 100644 private_dot_config/hypr/hyprland/binds/waybar.conf create mode 100644 private_dot_config/hypr/hyprland/exec.conf diff --git a/private_dot_config/hypr/hyprland/binds/clipboard.conf b/private_dot_config/hypr/hyprland/binds/clipboard.conf new file mode 100644 index 0000000..ce6cdbb --- /dev/null +++ b/private_dot_config/hypr/hyprland/binds/clipboard.conf @@ -0,0 +1,2 @@ +bind = $mainMod, V, exec, cliphist list | wofi --dmenu --conf ~/.config/wofi/clipboard | cliphist decode | wl-copy +bind = $mainMod CONTROL_L, V, exec, cliphist wipe && notify-send "Clipboard" "Clipboard cleared!" diff --git a/private_dot_config/hypr/hyprland/binds/theme.conf b/private_dot_config/hypr/hyprland/binds/theme.conf new file mode 100644 index 0000000..cc45f7b --- /dev/null +++ b/private_dot_config/hypr/hyprland/binds/theme.conf @@ -0,0 +1 @@ +bind = $mainMod CONTROL_L, T, exec, ~/.local/bin/change_colors.sh diff --git a/private_dot_config/hypr/hyprland/binds/waybar.conf b/private_dot_config/hypr/hyprland/binds/waybar.conf new file mode 100644 index 0000000..b3aa806 --- /dev/null +++ b/private_dot_config/hypr/hyprland/binds/waybar.conf @@ -0,0 +1 @@ +bind = $mainMod CONTROL_L, w, exec, ~/.local/bin/restart_waybar.sh diff --git a/private_dot_config/hypr/hyprland/exec.conf b/private_dot_config/hypr/hyprland/exec.conf new file mode 100644 index 0000000..15ac088 --- /dev/null +++ b/private_dot_config/hypr/hyprland/exec.conf @@ -0,0 +1,4 @@ +exec-once = wl-paste --type text --watch cliphist store +exec-once = wl-paste --type image --watch cliphist store + +exec-once = uwsm app waybar