update hyprland from nixos branch
This commit is contained in:
parent
6265faa787
commit
31f3b9e1b2
9 changed files with 78 additions and 36 deletions
9
hypr/hyprland.conf
Executable file → Normal file
9
hypr/hyprland.conf
Executable file → Normal file
|
|
@ -13,7 +13,7 @@
|
|||
#autogenerated = 1 # remove this line to remove the warning
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=,preferred,auto,auto
|
||||
monitor=DP-1,2560x1440@144,auto,auto
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
||||
|
|
@ -30,12 +30,16 @@ source = ~/.cache/wal/colors-hyprland.conf
|
|||
# Set programs that you use
|
||||
$terminal = kitty
|
||||
$fileManager = Thunar
|
||||
$menu = rofi -show drun
|
||||
$menu = ~/.config/rofi/scripts/launcher_t1
|
||||
$powerMenu = ~/.config/rofi/scripts/powermenu_t1
|
||||
$lockScreen = hyprlock
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
$mainMod = SUPER
|
||||
|
||||
exec-once=hyprctl setcursor volantes_cursors 24
|
||||
env = XCURSOR_THEME,
|
||||
|
||||
source = ~/.config/hypr/config/environments/nvidia.conf
|
||||
source = ~/.config/hypr/config/keybinds.conf
|
||||
source = ~/.config/hypr/config/rules.conf
|
||||
|
|
@ -113,7 +117,6 @@ dwindle {
|
|||
|
||||
master {
|
||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||
new_is_master = true
|
||||
}
|
||||
|
||||
gestures {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue