mirror of
https://github.com/Dichgrem/dotfiles.git
synced 2025-07-31 00:59:31 -04:00
update:hypr
This commit is contained in:
@ -20,5 +20,5 @@ exec-once = hash dbus-update-activation-environment 2>/dev/null &
|
|||||||
exec-once = dbus-update-activation-environment --systemd &
|
exec-once = dbus-update-activation-environment --systemd &
|
||||||
|
|
||||||
# ## Idle configuration
|
# ## Idle configuration
|
||||||
exec-once = $idlehandler
|
# exec-once = $idlehandler
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||||
# ┃ Defaults Configuration ┃
|
# ┃ Defaults Configuration ┃
|
||||||
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
||||||
|
$browser = floorp
|
||||||
$filemanager = nemo
|
$filemanager = nemo
|
||||||
#$applauncher = rofi -show combi -modi window,run,combi -combi-modi window,run
|
#$applauncher = rofi -show combi -modi window,run,combi -combi-modi window,run
|
||||||
$applauncher = wofi
|
$applauncher = wofi
|
||||||
$terminal = alacritty
|
$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 -
|
$capturing = grim -g "$(slurp)" - | swappy -f -
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
source = ~/.config/hypr/config/defaults.conf
|
source = ~/.config/hypr/config/defaults.conf
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Binds/
|
# 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, RETURN, Opens your preferred terminal emulator ($terminal), exec, $terminal
|
||||||
bindd = $mainMod, E, Opens your preferred filemanager ($filemanager), exec, $filemanager
|
bindd = $mainMod, E, Opens your preferred filemanager ($filemanager), exec, $filemanager
|
||||||
bindd = $mainMod, A, Screen capture selection, exec, $capturing
|
bindd = $mainMod, A, Screen capture selection, exec, $capturing
|
||||||
|
Reference in New Issue
Block a user