hyprland config changes
This commit is contained in:
@@ -20,13 +20,10 @@ monitor=HDMI-A-1, 1920x1080@60, 0x0, 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
|
||||
$fileManager = nemo
|
||||
$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
|
||||
$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 ###
|
||||
@@ -47,6 +47,7 @@ $steam = steam
|
||||
exec-once = $notificationDaemon
|
||||
exec-once = $quickshellBar
|
||||
exec-once = $steam
|
||||
exec-once = hyprpaper
|
||||
|
||||
#############################
|
||||
### ENVIRONMENT VARIABLES ###
|
||||
@@ -254,6 +255,9 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||
|
||||
bind = $mainMod, S, exec, $screenShot
|
||||
|
||||
bind = , home, exec, $toggleSpeaker
|
||||
bind = , end, exec, $toggleMic
|
||||
|
||||
# Scroll through existing workspaces with mainMod + scroll
|
||||
bind = $mainMod, mouse_down, workspace, e+1
|
||||
bind = $mainMod, mouse_up, workspace, e-1
|
||||
|
||||
Reference in New Issue
Block a user