|
52 | 52 |
|
53 | 53 | exec-once = [
|
54 | 54 | "systemctl --user start hyprpolkitagent"
|
55 |
| - "wl-paste --type text --watch cliphist store" |
| 55 | + "clipse --listen" |
56 | 56 | "wpaperd -d"
|
57 | 57 |
|
58 | 58 | "zapzap"
|
|
72 | 72 | "${mainMod}, Space, exec, rofi -show drun -show-icons"
|
73 | 73 | "${mainMod}, Backspace, exec, rofi -show drun -show-icons"
|
74 | 74 | "${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"'' |
76 | 78 |
|
77 | 79 | "${mainMod}, p, exec, swaync-client -t"
|
78 | 80 |
|
79 | 81 | "${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" |
81 | 83 |
|
82 | 84 | "${mainMod}, T, exec, ghostty"
|
83 | 85 |
|
|
141 | 143 | windowrule = [ ];
|
142 | 144 |
|
143 | 145 | windowrulev2 = [
|
| 146 | + # ========= ========= ========= ========= ========= ========= |
| 147 | + # Clipse |
| 148 | + # ========= ========= ========= ========= ========= ========= |
| 149 | + |
| 150 | + "float,class:(clipse.clipse)" |
| 151 | + "size 622 652,class:(clipse.clipse)" |
| 152 | + |
144 | 153 | # ========= ========= ========= ========= ========= =========
|
145 | 154 | # 1Password
|
146 | 155 | # ========= ========= ========= ========= ========= =========
|
|
0 commit comments