diff --git a/hypr/config/autostart.conf b/hypr/config/autostart.conf index b5f03e5..5a7ea24 100644 --- a/hypr/config/autostart.conf +++ b/hypr/config/autostart.conf @@ -20,5 +20,5 @@ exec-once = hash dbus-update-activation-environment 2>/dev/null & exec-once = dbus-update-activation-environment --systemd & # ## Idle configuration -exec-once = $idlehandler +# exec-once = $idlehandler diff --git a/hypr/config/defaults.conf b/hypr/config/defaults.conf index a329fb1..f4ea5f1 100644 --- a/hypr/config/defaults.conf +++ b/hypr/config/defaults.conf @@ -1,10 +1,10 @@ # ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ # ┃ Defaults Configuration ┃ # ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ - +$browser = floorp $filemanager = nemo #$applauncher = rofi -show combi -modi window,run,combi -combi-modi window,run $applauncher = wofi $terminal = alacritty -$idlehandler = swayidle -w timeout 300 'swaylock -f -c 000000' before-sleep 'swaylock -f -c 000000' +#$idlehandler = swayidle -w timeout 300 'swaylock -f -c 000000' before-sleep 'swaylock -f -c 000000' $capturing = grim -g "$(slurp)" - | swappy -f - diff --git a/hypr/config/keybinds.conf b/hypr/config/keybinds.conf index 630cb53..b8a7fca 100644 --- a/hypr/config/keybinds.conf +++ b/hypr/config/keybinds.conf @@ -6,6 +6,7 @@ source = ~/.config/hypr/config/defaults.conf # https://wiki.hyprland.org/Configuring/Binds/ +bindd = $mainMod, B, Opens browser ($browser), exec, $browser bindd = $mainMod, RETURN, Opens your preferred terminal emulator ($terminal), exec, $terminal bindd = $mainMod, E, Opens your preferred filemanager ($filemanager), exec, $filemanager bindd = $mainMod, A, Screen capture selection, exec, $capturing