updated hyprland conf

This commit is contained in:
2025-09-19 13:36:57 +02:00
parent 991c49f767
commit f0dd9a766e
3 changed files with 8 additions and 30 deletions

View File

@@ -1,12 +1,7 @@
# ~/.config/hypr/conf.d/40-keybinds.conf # ~/.config/hypr/conf.d/40-keybinds.conf
input { input {
kb_layout = ultimatekeys kb_layout = eu
float_switch_override_focus = 2
mouse_refocus = true
follow_mouse = 2
#kb_layout = eu
#kb_layout = us #kb_layout = us
#kb_variant = altgr-intl #kb_variant = altgr-intl
#kb_options = lv3:ralt_switch #kb_options = lv3:ralt_switch
@@ -22,8 +17,8 @@ $mainMod = SUPER # Sets "Windows" key as main modifier
# Apps # Apps
$terminal = uwsm app -- kitty $terminal = uwsm app -- kitty
$fileManager = uwsm app -- nautilus $fileManager = uwsm app -- nautilus
$launcher = uwsm app -- sherlock $launcher = uwsm app -- walker
$uuctl = uwsm app -- uuctl wofi -d $uuctl = uwsm app -- uuctl walker -d
$emote = uwsm app -- emote $emote = uwsm app -- emote
$notcenter = uwsm app -- swaync-client -t -sw $notcenter = uwsm app -- swaync-client -t -sw
@@ -33,21 +28,12 @@ $notclose = uwsm app -- swaync-client --close-latest
$notcloseall = uwsm app -- swaync-client --close-all $notcloseall = uwsm app -- swaync-client --close-all
$lockcmd = hyprlock $lockcmd = hyprlock
$dpms = ~/.config/hypr/scripts/dpms_toggle.sh
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
# Layout Binds # Layout Binds
# dwindle bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, P, pseudo, bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod, J, togglesplit, bind = $mainMod SHIFT, J, swapsplit, # dwindle
bind = $mainMod SHIFT, J, swapsplit,
# master
bind = $mainMod, Tab, layoutmsg, swapwithmaster
bind = $mainMod SHIFT, Tab, layoutmsg, addmaster
bind = $mainMod CTRL, Tab, layoutmsg, removemaster
bind = $mainMod CTRL SHIFT, Tab, layoutmsg, rollnext
bind = $mainMod SHIFT, T, togglegroup, # tabbed i3 like bind = $mainMod SHIFT, T, togglegroup, # tabbed i3 like
bind = $mainMod, T, changegroupactive, # tabbed change active bind = $mainMod, T, changegroupactive, # tabbed change active
bind = $mainMod, F, fullscreen, bind = $mainMod, F, fullscreen,
@@ -60,8 +46,7 @@ bind = $mainMod ALT_L, L, movewindoworgroup, r
# Usability # Usability
bind = $mainMod SHIFT, Q, killactive, bind = $mainMod SHIFT, Q, killactive,
bind = $mainMod, L, exec, $lockcmd bind = $mainMod, L, exec, $lockcmd
bind = $mainMod SHIFT, L, exec, $dpms bind = $mainMod, M, exit,
#bind = $mainMod SHIFT CTRL, M, exit,
# App Binds # App Binds
bind = $mainMod, return, exec, $terminal bind = $mainMod, return, exec, $terminal
@@ -69,7 +54,6 @@ bind = $mainMod, E, exec, $fileManager
bind = $mainMod, D, exec, $launcher bind = $mainMod, D, exec, $launcher
bind = $mainMod SHIFT, D, exec, $uuctl bind = $mainMod SHIFT, D, exec, $uuctl
bind = $mainMod, PERIOD, exec, $emote bind = $mainMod, PERIOD, exec, $emote
bind = $mainMod ,F12, exec, pkill -SIGUSR2 waybar
# swaync Binds # swaync Binds
bind = $mainMod, Grave, exec, $notcenter bind = $mainMod, Grave, exec, $notcenter
@@ -153,6 +137,4 @@ bindel = , XF86AudioMicMute, exec, swayosd-client --input-volume mute-toggle
bindel = , XF86MonBrightnessUp, exec, swayosd-client --brightness raise bindel = , XF86MonBrightnessUp, exec, swayosd-client --brightness raise
bindel = , XF86MonBrightnessDown, exec, swayosd-client --brightness lower bindel = , XF86MonBrightnessDown, exec, swayosd-client --brightness lower
# ZoomControl
bind = $mainMod, M, exec, hyprctl keyword cursor:zoom_factor 2
bind = $mainMod SHIFT, M, exec, hyprctl keyword cursor:zoom_factor 1

View File

@@ -1,7 +1,5 @@
# ~/.config/hyprland/hyprland.conf # ~/.config/hyprland/hyprland.conf
source = ~/.config/hypr/monitors.conf # generated by nwg-displays
source = ~/.config/hypr/workspaces.conf # generated by nwg-displays
source = ~/.config/hypr/conf.d/*.conf source = ~/.config/hypr/conf.d/*.conf
env = GDK_SCALE, 1.6 env = GDK_SCALE, 1.6

View File

@@ -1,7 +1,5 @@
# ~/.config/hyprland/hyprland.conf # ~/.config/hyprland/hyprland.conf
source = ~/.config/hypr/monitors.conf # generated by nwg-displays
source = ~/.config/hypr/workspaces.conf # generated by nwg-displays
source = ~/.config/hypr/conf.d/*.conf source = ~/.config/hypr/conf.d/*.conf
env = GDK_SCALE, 1.6 env = GDK_SCALE, 1.6