hyprland config changes

This commit is contained in:
2025-07-24 03:00:48 +01:00
parent 75145b0f41
commit 49725805d3

View File

@@ -20,13 +20,10 @@ monitor=HDMI-A-1, 1920x1080@60, 0x0, 1
monitor=DP-3, 1920x1080@144, 1920x0, 1 monitor=DP-3, 1920x1080@144, 1920x0, 1
################### #################
### MY PROGRAMS ### ### Variables ###
################### #################
# See https://wiki.hypr.land/Configuring/Keywords/
# Set programs that you use
$terminal = foot $terminal = foot
$fileManager = nemo $fileManager = nemo
$menu = wofi --show drun $menu = wofi --show drun
@@ -35,7 +32,10 @@ $notificationDaemon = dunst
$screenShot = wayfreeze --after-freeze-cmd 'grim -g "$(slurp -d)" - | wl-copy -t image/png;killall wayfreeze' --hide-cursor $screenShot = wayfreeze --after-freeze-cmd 'grim -g "$(slurp -d)" - | wl-copy -t image/png;killall wayfreeze' --hide-cursor
$quickshellBar = quickshell $quickshellBar = quickshell
$steam = steam $steam = /usr/bin/steam-native
$toggleSpeaker = wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
$toggleMic = wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
################# #################
### AUTOSTART ### ### AUTOSTART ###
@@ -47,6 +47,7 @@ $steam = steam
exec-once = $notificationDaemon exec-once = $notificationDaemon
exec-once = $quickshellBar exec-once = $quickshellBar
exec-once = $steam exec-once = $steam
exec-once = hyprpaper
############################# #############################
### ENVIRONMENT VARIABLES ### ### ENVIRONMENT VARIABLES ###
@@ -254,6 +255,9 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10
bind = $mainMod, S, exec, $screenShot bind = $mainMod, S, exec, $screenShot
bind = , home, exec, $toggleSpeaker
bind = , end, exec, $toggleMic
# Scroll through existing workspaces with mainMod + scroll # Scroll through existing workspaces with mainMod + scroll
bind = $mainMod, mouse_down, workspace, e+1 bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, mouse_up, workspace, e-1 bind = $mainMod, mouse_up, workspace, e-1