Adds support for work

This commit is contained in:
Michel Fedde 2025-04-08 12:37:58 +02:00
parent bfda2f5f3e
commit 0bd5dcd440
7 changed files with 96 additions and 11 deletions

View file

@ -0,0 +1,14 @@
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
# Monitor Configuration
# See Hyprland wiki for more details
# https://wiki.hyprland.org/Configuring/Monitors/
# Configure your Display resolution, offset, scale and Monitors here, use `hyprctl monitors` to get the info.
$primary=DP-2
$secondary=eDP-1
monitor=$primary, preferred, 0x0, 1
monitor=$secondary, preferred, auto-left, 1.33333
exec=xrandr --output $primary --primary

View file

@ -0,0 +1,18 @@
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
# You can set workspace rules to achieve workspace-specific behaviors.
# For instance, you can define a workspace where all windows are drawn without borders or gaps.
# https://wiki.hyprland.org/Configuring/Workspace-Rules/
$primary=DP-2
$secondary=eDP-1
workspace = 1, name:Browser, monitor:$secondary, default:true
workspace = 2, name:Terminal, monitor:$primary, default:true
workspace = 3, name:Discord,monitor:$secondary, default:true
workspace = 4, name:Gaming, monitor:$primary, default:true
workspace = 5, name:Music
workspace = 6, name:Programming, monitor:$primary, default:true

View file

@ -0,0 +1,30 @@
input {
kb_layout = us
kb_variant =
kb_model =
kb_options =
kb_rules =
repeat_rate = 50
repeat_delay = 300
accel_profile = flat
sensitivity = 0 #mouse sensitivity
numlock_by_default = true
left_handed = false
follow_mouse = 0
float_switch_override_focus = false
touchpad {
disable_while_typing = true
natural_scroll = false
clickfinger_behavior = false
middle_button_emulation = true
tap-to-click = true
drag_lock = false
}
}
device {
name = logitech-mx-ergo-1
accel_profile = adaptive
}