Skip to content

Commit 895ebec

Browse files
committed
Switch to clipse
1 parent 7d233ca commit 895ebec

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

home/desktop/desktop/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
# clipboard
6161
pkgs.wl-clipboard
62-
pkgs.cliphist
62+
pkgs.clipse
6363

6464
# hyprcursor
6565
pkgs.hyprcursor

home/desktop/desktop/hyprland.nix

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ in
5252

5353
exec-once = [
5454
"systemctl --user start hyprpolkitagent"
55-
"wl-paste --type text --watch cliphist store"
55+
"clipse --listen"
5656
"wpaperd -d"
5757

5858
"zapzap"
@@ -72,12 +72,14 @@ in
7272
"${mainMod}, Space, exec, rofi -show drun -show-icons"
7373
"${mainMod}, Backspace, exec, rofi -show drun -show-icons"
7474
"${mainMod}, E, exec, bemoji"
75-
"${mainMod}, C, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy"
75+
76+
# "${mainMod}, C, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy"
77+
''${mainMod}, C, exec, ghostty --class="clipse.clipse" --command="clipse"''
7678

7779
"${mainMod}, p, exec, swaync-client -t"
7880

7981
"${mainMod}, S, exec, hyprshot -m region --clipboard-only"
80-
"${mainMod} Shift, S, exec, hyprshot -m active --clipboard-only"
82+
"${mainMod} SHIFT, S, exec, hyprshot -m active --clipboard-only"
8183

8284
"${mainMod}, T, exec, ghostty"
8385

@@ -141,6 +143,13 @@ in
141143
windowrule = [ ];
142144

143145
windowrulev2 = [
146+
# ========= ========= ========= ========= ========= =========
147+
# Clipse
148+
# ========= ========= ========= ========= ========= =========
149+
150+
"float,class:(clipse.clipse)"
151+
"size 622 652,class:(clipse.clipse)"
152+
144153
# ========= ========= ========= ========= ========= =========
145154
# 1Password
146155
# ========= ========= ========= ========= ========= =========

0 commit comments

Comments
 (0)