Commit d483526
Changed files (4)
.config
hypr
.config/hypr/modules/decorations.conf
@@ -1,6 +1,6 @@
general {
gaps_in = 3
- gaps_out = 5
+ gaps_out = 18
border_size = 1
col.active_border = rgba(b4befeee)
col.inactive_border = rgba(595959aa)
.config/hypr/modules/keybinds.conf
@@ -16,9 +16,10 @@ bind = $mainMod CTRL, d, swapwindow, r
#CUSTOM SCRIPTS and Commands
bind = $mainMod, SPACE, exec, $menu
bind = $mainMod, T, exec, $terminal
-bind = CTRLALT, T, exec, $terminal
+bind = CTRLALT, T, exec, $terminal
bind = $mainMod, E, exec, $fileManager
-bind = $mainMod, L, exec, hyprlock
+bind = $mainMod, B, exec, $browser
+bind = $mainMod, L, exec, $swaylock
bind = $mainMod, R, exec, $swaybartoggle
bind = $mainMod, V, exec, $cliphistMenu
bind = $mainMod, period, exec, $emojiMenu
.config/hypr/modules/vars.conf
@@ -1,5 +1,6 @@
$terminal = uwsm-app -- xdg-terminal-exec
$fileManager = thunar
+$browser = zen-browser
$menu = rofi -show drun
$cliphistMenu = cliphist list | rofi -dmenu -p "" -no-show-icons| cliphist decode | wl-copy
$emojiMenu = rofimoji -a type copy type-numerical
@@ -7,6 +8,7 @@ $emojiMenu = rofimoji -a type copy type-numerical
$screenshotMenu = $HOME/.wraith/scripts/screenshot.sh
$cycleSpecial = $HOME/.wraith/scripts/cycle-special-workspace.sh
$swaybartoggle = $HOME/.wraith/scripts/waybar-swaync.sh
+$swaylock = swaylock --config ~/.config/sway/swaylock.conf
env = LIBVA_DRIVER_NAME,nvidia
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
.config/hypr/hypridle.conf
@@ -6,17 +6,17 @@ general {
}
listener {
- timeout = 500
+ timeout = 900
on-timeout = loginctl lock-session
}
listener {
- timeout = 510
+ timeout = 910
on-timeout = hyprctl dispatch dpms off
on-resume = hyprctl dispatch dpms on && brightnessctl -r
}
listener {
- timeout = 900
+ timeout = 1200
on-timeout = systemctl suspend
}
\ No newline at end of file