Compare commits

..

5 commits

4 changed files with 8 additions and 1 deletions

View file

@ -28,6 +28,7 @@
thunderbird # mail client
tmux # terminal multiplexer
webcord-vencord # discord client
cliphist # clipboard manager
wl-clipboard # clipboard utils
xdg-utils
sysz # better systemctl

View file

@ -22,6 +22,8 @@ in {
main = {
line-height = 15;
lines = 10;
layer = "overlay";
icon-theme = "Papirus-Dark";
};
colors = {
background = "1E1E2EEE";

View file

@ -10,6 +10,7 @@
exec-once=element-desktop
exec-once=thunderbird
exec-once=webcord
exec-once=wl-paste --watch cliphist store
exec-once=gnome-keyring-daemon --start --components=secrets
'' + builtins.readFile ./hyprland.conf;
};

View file

@ -110,7 +110,10 @@ $mainMod = SUPER
bind = $mainMod, Return, exec, alacritty
bind = $mainMod, Q, killactive,
bind = $mainMod, S, togglefloating,
bind = $mainMod, Delete, exec, swaylock -f
bind = $mainMod, L, exec, swaylock -f
bind = $mainMod, space, exec, fuzzel
bind = $mainMod, KP_Add, exec, cliphist list | fuzzel -d --tabs 2 --width 100 | cliphist decode | wl-copy
bind = $mainMod, KP_Subtract, exec, BEMOJI_PICKER_CMD="fuzzel -d" bemoji
# Screenshot
bind = , Print, exec, grim `date +'%Y-%m-%dT%H:%M:%S'`.png