1 files changed,
9 insertions(+),
7 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-06-03 02:07:30 +0300
Parent:
5128e88
M
config/hypr/hyprland.conf
@@ -1,11 +1,16 @@
# vim: foldmethod=marker ts=2 sw=2 ft=hyprlang monitor=,highres,auto,1 +# var {{{ +env = QT_QPA_PLATFORM,wayland;xcb +env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1 +# }}} # variables {{{ $mod = SUPER $terminal = kitty $logseq = ~/.local/appimage/logseq.AppImage $morgen = ~/.local/appimage/morgen.AppImage +$filemanager = pcmanfm # }}} # auto start {{{ exec-once = waybar@@ -22,10 +27,9 @@ exec-once = wlsunset -S 10:00 -s 19:00
exec-once = ~/.config/hypr/bat.sh exec-once = $logseq -exec-once = $morgen -exec-once = /home/olex/code/awatcher/target/release/awatcher -exec-once = /home/olex/code/aw-server-rust/target/release/aw-server +exec-once = ~/code/aw-server-rust/target/release/aw-server +exec-once = ~/code/awatcher/target/release/awatcher # }}} # inputs {{{ input {@@ -33,7 +37,6 @@ kb_layout = us,ua
kb_variant = kb_model = kb_options = grp:win_space_toggle,ctrl:nocaps - # ,grp:alt_shift_toggle kb_rules = follow_mouse = 1@@ -109,7 +112,7 @@ }
# }}} # misc {{{ misc { - disable_hyprland_logo = true + disable_hyprland_logo = false disable_splash_rendering = true mouse_move_enables_dpms = true key_press_enables_dpms = true@@ -165,12 +168,11 @@
bind = $mod, f, fullscreen bind = $mod Ctrl, f, togglefloating bind = , Print, exec, grim -g "$(slurp)" - | wl-copy - bind = Alt, Print, exec, grim -g "$(slurp)" # programs {{{ bind = $mod SHIFT, w, exec, brave bind = $mod SHIFT, e, exec, firefox - bind = $mod SHIFT, f, exec, nautilus + bind = $mod SHIFT, f, exec, $filemanager bind = $mod SHIFT, d, exec, $logseq bind = $mod SHIFT, a, exec, anki bind = $mod SHIFT, s, exec, spotify