Mise à jour : configurations de Sway, Hyprland et Waybar suite à la modification des noms des binaires
This commit is contained in:
parent
ad01f94bdb
commit
c0896ee09d
4 changed files with 11 additions and 11 deletions
|
@ -4,7 +4,7 @@ exec-once = waybar
|
|||
exec-once = hyprpaper
|
||||
exec-once = artix-pipewire-launcher
|
||||
exec-once = /usr/lib/xdg-desktop-portal-hyprland
|
||||
exec-once = swayosd
|
||||
exec-once = swayosd-server
|
||||
exec-once = $terminal & $terminal -e sudo -i
|
||||
exec-once = webcord
|
||||
exec-once = joplin-desktop
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
exec --no-startup-id swaybg -i $wallpaper
|
||||
exec --no-startup-id swaync
|
||||
exec --no-startup-id swayosd
|
||||
exec --no-startup-id swayosd-server
|
||||
exec --no-startup-id xdg-session-start
|
||||
exec --no-startup-id $term
|
||||
exec --no-startup-id $term -e sudo -i
|
||||
|
|
|
@ -64,11 +64,11 @@ bindsym $mod+space focus mode_toggle
|
|||
bindsym $mod+a focus parent
|
||||
|
||||
# Control
|
||||
bindsym XF86AudioLowerVolume exec swayosd --output-volume=lower
|
||||
bindsym XF86AudioRaiseVolume exec swayosd --output-volume=raise
|
||||
bindsym XF86AudioMute exec swayosd --output-volume=mute-toggle
|
||||
bindsym XF86MonBrightnessUp exec swayosd --brightness=raise
|
||||
bindsym XF86MonBrightnessDown exec swayosd --brightness=lower
|
||||
bindsym XF86AudioLowerVolume exec swayosd-client --output-volume=lower
|
||||
bindsym XF86AudioRaiseVolume exec swayosd-client --output-volume=raise
|
||||
bindsym XF86AudioMute exec swayosd-client --output-volume=mute-toggle
|
||||
bindsym XF86MonBrightnessUp exec swayosd-client --brightness=raise
|
||||
bindsym XF86MonBrightnessDown exec swayosd-client --brightness=lower
|
||||
|
||||
# Modes
|
||||
# Resize
|
||||
|
|
|
@ -70,8 +70,8 @@
|
|||
"default": ["", "", ""]
|
||||
},
|
||||
"on-click": "pavucontrol -t 3",
|
||||
"on-scroll-up": "swayosd --output-volume=raise",
|
||||
"on-scroll-down": "swayosd --output-volume=lower"
|
||||
"on-scroll-up": "swayosd-client --output-volume=raise",
|
||||
"on-scroll-down": "swayosd-client --output-volume=lower"
|
||||
},
|
||||
"pulseaudio#input": {
|
||||
"format": "{format_source}",
|
||||
|
@ -87,8 +87,8 @@
|
|||
"default": ["", "", ""]
|
||||
},
|
||||
"on-click": "pavucontrol -t 4",
|
||||
"on-scroll-up": "swayosd --input-volume=raise",
|
||||
"on-scroll-down": "swayosd --input-volume=lower"
|
||||
"on-scroll-up": "swayosd-client --input-volume=raise",
|
||||
"on-scroll-down": "swayosd-client --input-volume=lower"
|
||||
},
|
||||
"temperature": {
|
||||
"thermal-zone": 2,
|
||||
|
|
Loading…
Reference in a new issue