fonts and laptop setup
This commit is contained in:
parent
2815045c9a
commit
b66ede1304
1 changed files with 7 additions and 1 deletions
|
|
@ -13,8 +13,12 @@
|
|||
#autogenerated = 1 # remove this line to remove the warning
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
# PC
|
||||
monitor=DP-1,2560x1440@144,auto,auto
|
||||
|
||||
# Laptop
|
||||
monitor=eDP-1,1920x1080@60,auto,1.20
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
||||
# Execute your favorite apps at launch
|
||||
|
|
@ -39,6 +43,8 @@ $mainMod = SUPER
|
|||
|
||||
exec-once=hyprctl setcursor volantes_cursors 24
|
||||
env = XCURSOR_THEME,
|
||||
env = FONT_NAME, C059
|
||||
env = MONOSPACE_FONT_NAME, JetBrainsMono Nerd Font
|
||||
|
||||
source = ~/.config/hypr/config/environments/nvidia.conf
|
||||
source = ~/.config/hypr/config/keybinds.conf
|
||||
|
|
@ -121,7 +127,7 @@ master {
|
|||
|
||||
gestures {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
workspace_swipe = off
|
||||
workspace_swipe = on
|
||||
}
|
||||
|
||||
misc {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue