Compare commits
2 Commits
7c158a0fc1
...
749498d65d
| Author | SHA1 | Date | |
|---|---|---|---|
| 749498d65d | |||
| dd236dece2 |
@@ -1,5 +1,5 @@
|
||||
general {
|
||||
lock_cmd = pidof swaylock || swaylock # avoid starting multiple hyprlock instances.
|
||||
lock_cmd = pidof hyprlock || hyprlock # avoid starting multiple hyprlock instances.
|
||||
before_sleep_cmd = loginctl lock-session # lock before suspend.
|
||||
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key twice to turn on the display.
|
||||
}
|
||||
|
||||
@@ -75,7 +75,8 @@ env = TERM,xterm
|
||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
env = XDG_SESSION_DESKTOP,Hyprland
|
||||
|
||||
#Dolphin open with
|
||||
env = XDG_MENU_PREFIX,arch- kbuildsycoca6
|
||||
#Nvidi Envs
|
||||
|
||||
#env = LIBVA_DRIVER_NAME,nvidia
|
||||
@@ -254,8 +255,8 @@ bind = $mainMod, R, exec, $menu
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
#bind = $mainMod, L, exec, hyprlock & sleep 1 ; systemctl suspend
|
||||
#bind = $mainMod, L, exec, hyprlock
|
||||
bind = $mainMod, L, exec, swaylock
|
||||
bind = $mainMod, L, exec, hyprlock
|
||||
#bind = $mainMod, L, exec, swaylock
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
bind = $mainMod, right, movefocus, r
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
background {
|
||||
monitor =
|
||||
# path = screenshot # supports png, jpg, webp (no animations, though)
|
||||
path = /home/amy/Pictures/Kath.png
|
||||
path = screenshot # supports png, jpg, webp (no animations, though)
|
||||
# path = /home/amy/Pictures/Kath.png
|
||||
color = rgba(25, 20, 20, 0.7)
|
||||
|
||||
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
|
||||
|
||||
@@ -10,7 +10,9 @@ ToolBarsMovable=Disabled
|
||||
|
||||
[Recent Files]
|
||||
File1[$e]=$HOME/Documents/Unity URP Intruduction.pdf
|
||||
File2[$e]=$HOME/Documents/The Unity Shaders Bible A linear shader explanation from beginner to advanced. Improve your game graphics with Unity and... (Fabrizio Espнndola, Pablo Yeber etc.) (Z-Library).pdf
|
||||
Name1[$e]=Unity URP Intruduction.pdf
|
||||
Name2[$e]=The Unity Shaders Bible A linear shader explanation from beginner to advanced. Improve your game graphics with Unity and... (Fabrizio Espнndola, Pablo Yeber etc.) (Z-Library).pdf
|
||||
|
||||
[UiSettings]
|
||||
ColorScheme=KvAdaptaDark
|
||||
|
||||
Reference in New Issue
Block a user