mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 20:20:38 +02:00
Update .config/hypr/hyprland/monitors.conf Update .config/hypr/hyprpaper.conf Update .config/kitty/kitty.conf Update .config/gtk-3.0/settings.ini Update .config/waybar/colors.css Update .config/waybar/style.css Update .config/wofi/colors
54 lines
1.1 KiB
Plaintext
54 lines
1.1 KiB
Plaintext
env = XCURSOR_SIZE,24
|
|
env = HYPRCURSOR_SIZE,24
|
|
env = XDG_CURRENT_DESKTOP,Hyprland
|
|
|
|
$mainMod = SUPER # Sets "Windows" key as main modifier
|
|
$terminal = uwsm app -- kitty
|
|
$menu = uwsm app -- $(wofi --show drun --define=drun-print_desktop_file=true)
|
|
|
|
input {
|
|
kb_layout = pl
|
|
kb_variant =
|
|
kb_model =
|
|
kb_options = caps:escape_shifted_capslock
|
|
kb_rules =
|
|
|
|
follow_mouse = 1
|
|
left_handed = true
|
|
|
|
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
|
|
|
touchpad {
|
|
natural_scroll = true
|
|
}
|
|
}
|
|
|
|
cursor {
|
|
no_hardware_cursors = true
|
|
inactive_timeout = 5
|
|
warp_on_change_workspace = 1
|
|
zoom_factor = 1.0
|
|
hide_on_key_press = 1
|
|
}
|
|
|
|
misc {
|
|
force_default_wallpaper = 0
|
|
disable_hyprland_logo = true
|
|
middle_click_paste = false
|
|
}
|
|
|
|
|
|
# IMPORTS
|
|
|
|
source = ./hyprland/binds/*
|
|
source = ./hyprland/rules/*
|
|
source = ./hyprland/general.conf
|
|
source = ./hyprland/decoration.conf
|
|
source = ./hyprland/animations.conf
|
|
source = ./hyprland/layouts.conf
|
|
source = ./hyprland/workspaces.conf
|
|
source = ./hyprland/exec.conf
|
|
source = ./hyprland/monitors.conf
|
|
exec-once = hyprpm reload -n
|
|
exec-once = ~/.local/bin/random_wallpaper.sh sfw
|