This commit is contained in:
cow
2025-01-11 19:00:02 -08:00
parent 8117f61dfb
commit ba6554e665
11 changed files with 605 additions and 4 deletions

View File

@@ -35,6 +35,8 @@ monitor= DP-1, 5120x1440@120, 0x0, 1
$terminal = kitty
$fileManager = comsic-files
$menu = rofi -show drun -theme rounded-purple-dark
$windowSwitcher = rofi -show window -theme rounded-purple-dark
$powerMenu = rofi -show power-menu -modi power-menu:rofi-power-menu -theme rounded-purple-dark
#################
@@ -44,9 +46,14 @@ $menu = rofi -show drun -theme rounded-purple-dark
# Autostart necessary processes (like notifications daemons, status bars, etc.)
# Or execute your favorite apps at launch like this:
exec-once = waybar & hyprpaper
exec-once = waybar
exec-once = hyprpaper
exec-once = hypridle
exec-once = systemctl --user start polkit-gnome
exec-once = [workspace 3] steam
exec-once = [workspace 4] flatpak run com.discordapp.Discord
#############################
### ENVIRONMENT VARIABLES ###
@@ -56,7 +63,7 @@ exec-once = systemctl --user start polkit-gnome
env = XCURSOR_SIZE,24
env = HYPRCURSOR_SIZE,24
env = PATH,$PATH:$HOME/.local/bin
#####################
### LOOK AND FEEL ###
@@ -181,7 +188,7 @@ input {
kb_options =
kb_rules =
follow_mouse = 2
follow_mouse = 1
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
@@ -197,6 +204,12 @@ device {
sensitivity = -0.5
}
device {
name = bastard-keyboards-charybdis-(4x6)-splinky-mouse
sensitivity = -0.80
accel_profile = adaptive
}
###################
### KEYBINDINGS ###