fix: nvim treesitter error, add hyperland lock keybind and some other cosmetic settings
This commit is contained in:
@@ -36,7 +36,7 @@ monitor=,preferred,auto,auto
|
||||
# Set programs that you use
|
||||
$terminal = kitty
|
||||
$fileManager = nautilus
|
||||
$menu = wofi --show drun -Gn -L 4
|
||||
$menu = wofi --show drun -GI
|
||||
|
||||
|
||||
#################
|
||||
@@ -58,6 +58,7 @@ exec-once = flatpak run com.github.wwmm.easyeffects -w
|
||||
exec-once = powertop --auto-tune
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
exec-once = xrdb -merge ~/.Xresources
|
||||
exec-once = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark"
|
||||
|
||||
|
||||
#############################
|
||||
@@ -95,8 +96,8 @@ permission = /usr/(bin|local/bin)/hyprpm, plugin, allow
|
||||
|
||||
# https://wiki.hypr.land/Configuring/Variables/#general
|
||||
general {
|
||||
gaps_in = 4
|
||||
gaps_out = 4
|
||||
gaps_in = 2
|
||||
gaps_out = 2
|
||||
|
||||
border_size = 1
|
||||
|
||||
@@ -117,7 +118,7 @@ general {
|
||||
|
||||
# https://wiki.hypr.land/Configuring/Variables/#decoration
|
||||
decoration {
|
||||
rounding = 6
|
||||
rounding = 4
|
||||
rounding_power = 2
|
||||
|
||||
# Change transparency of focused and unfocused windows
|
||||
@@ -253,6 +254,8 @@ $mainMod = SUPER # Sets "Windows" key as main modifier
|
||||
bind = $mainMod, RETURN, exec, $terminal
|
||||
bind = $mainMod, D, exec, $menu
|
||||
bind = $mainMod, F, fullscreen
|
||||
bind = $mainMod, M, exec, swaylock -c 0x000000; playerctl pause
|
||||
|
||||
bind = $mainMod SHIFT, SPACE, togglefloating,
|
||||
bind = $mainMod SHIFT, Q, hy3:killactive,
|
||||
bind = $mainMod SHIFT, M, exit,
|
||||
|
||||
Reference in New Issue
Block a user