Bohdan's terminal configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

added clipboard manager

bpavuk 592dc9d4 39421b6b

+11 -3
+1 -1
window_manager/.config/hypr/hyprland/apps.conf
··· 1 1 $terminal = kitty 2 2 $fileManager = dolphin 3 - $menu = wofi --show drun 3 + $menu = wofi --show drun -I 4 4 $browser = flatpak run app.zen_browser.zen 5 5
+3
window_manager/.config/hypr/hyprland/autostart.conf
··· 12 12 # eww 13 13 exec-once = eww daemon 14 14 15 + # clipboard history 16 + exec-once = wl-paste --type text --watch cliphist store # Stores only text data 17 + exec-once = wl-paste --type image --watch cliphist store # Stores only image data
+6 -2
window_manager/.config/hypr/hyprland/keybindings.conf
··· 7 7 bind = $mainMod, C, killactive, 8 8 bind = ALT, F4, killactive, 9 9 bind = $mainMod, ESCAPE, exit, 10 - bind = $mainMod, V, togglefloating, 10 + bind = $mainMod ALT, V, togglefloating, 11 11 bind = $mainMod, P, pseudo, # dwindle 12 12 bind = $mainMod, J, togglesplit, # dwindle 13 13 bind = $mainMod, L, exec, hyprlock # lock screen ··· 18 18 bind = $mainMod, F, exec, $menu 19 19 bind = $mainMod, B, exec, $browser 20 20 21 - ## DBus Global Shortcuts 21 + # DBus Global Shortcuts 22 + ## GPU Screen Recorder 22 23 bind = $mainMod ALT, Print, global, com.dec05eba.gpu_screen_recorder:gpu_screen_recorder_start_stop_recording 23 24 bind = $mainMod ALT, R, global, com.dec05eba.gpu_screen_recorder:gpu_screen_recorder_save_replay 24 25 bind = $mainMod ALT, P, global, com.dec05eba.gpu_screen_recorder:gpu_screen_recorder_pause_unpause_recording ··· 29 30 # Screenshots 30 31 bind = $mainMod, Print, exec, grim -g "$(slurp)" 31 32 bind = , Print, exec, grim 33 + 34 + # Clipboard manager 35 + bind = $mainMod, V, exec, cliphist list | wofi --dmenu | cliphist decode | wl-copy 32 36 33 37 # Move focus with mainMod + arrow keys 34 38 bind = $mainMod, left, movefocus, l
+1
window_manager/README.md
··· 13 13 - [Pwvucontrol](https://flathub.org/apps/com.saivert.pwvucontrol) from Flathub - to control audio devices 14 14 - `grim` and `slurp` - to make screenshots work 15 15 - `eww` - poweroff/suspend/logout/reboot menu 16 + - `cliphist` - clipboard history 16 17 17 18 Optional/alternatives available: 18 19 - [Zen Browser](https://flathub.org/apps/app.zen_browser.zen) from Flathub - can be changed at `.config/hypr/hyprland/apps.conf`