Mise à jour : configurations de Sway, Hyprland et Waybar suite à la modification des noms des binaires

This commit is contained in:
Hippolyte Chauvin 2023-10-13 10:02:25 +02:00
parent ad01f94bdb
commit c0896ee09d
4 changed files with 11 additions and 11 deletions

View file

@ -4,7 +4,7 @@ exec-once = waybar
exec-once = hyprpaper exec-once = hyprpaper
exec-once = artix-pipewire-launcher exec-once = artix-pipewire-launcher
exec-once = /usr/lib/xdg-desktop-portal-hyprland exec-once = /usr/lib/xdg-desktop-portal-hyprland
exec-once = swayosd exec-once = swayosd-server
exec-once = $terminal & $terminal -e sudo -i exec-once = $terminal & $terminal -e sudo -i
exec-once = webcord exec-once = webcord
exec-once = joplin-desktop exec-once = joplin-desktop

View file

@ -1,6 +1,6 @@
exec --no-startup-id swaybg -i $wallpaper exec --no-startup-id swaybg -i $wallpaper
exec --no-startup-id swaync 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 xdg-session-start
exec --no-startup-id $term exec --no-startup-id $term
exec --no-startup-id $term -e sudo -i exec --no-startup-id $term -e sudo -i

View file

@ -64,11 +64,11 @@ bindsym $mod+space focus mode_toggle
bindsym $mod+a focus parent bindsym $mod+a focus parent
# Control # Control
bindsym XF86AudioLowerVolume exec swayosd --output-volume=lower bindsym XF86AudioLowerVolume exec swayosd-client --output-volume=lower
bindsym XF86AudioRaiseVolume exec swayosd --output-volume=raise bindsym XF86AudioRaiseVolume exec swayosd-client --output-volume=raise
bindsym XF86AudioMute exec swayosd --output-volume=mute-toggle bindsym XF86AudioMute exec swayosd-client --output-volume=mute-toggle
bindsym XF86MonBrightnessUp exec swayosd --brightness=raise bindsym XF86MonBrightnessUp exec swayosd-client --brightness=raise
bindsym XF86MonBrightnessDown exec swayosd --brightness=lower bindsym XF86MonBrightnessDown exec swayosd-client --brightness=lower
# Modes # Modes
# Resize # Resize

View file

@ -70,8 +70,8 @@
"default": ["", "", ""] "default": ["", "", ""]
}, },
"on-click": "pavucontrol -t 3", "on-click": "pavucontrol -t 3",
"on-scroll-up": "swayosd --output-volume=raise", "on-scroll-up": "swayosd-client --output-volume=raise",
"on-scroll-down": "swayosd --output-volume=lower" "on-scroll-down": "swayosd-client --output-volume=lower"
}, },
"pulseaudio#input": { "pulseaudio#input": {
"format": "{format_source}", "format": "{format_source}",
@ -87,8 +87,8 @@
"default": ["", "", ""] "default": ["", "", ""]
}, },
"on-click": "pavucontrol -t 4", "on-click": "pavucontrol -t 4",
"on-scroll-up": "swayosd --input-volume=raise", "on-scroll-up": "swayosd-client --input-volume=raise",
"on-scroll-down": "swayosd --input-volume=lower" "on-scroll-down": "swayosd-client --input-volume=lower"
}, },
"temperature": { "temperature": {
"thermal-zone": 2, "thermal-zone": 2,