przesiadam się na #i3wm i próbuje skonfigurować volume z klawiatury..

te exec działają w CLI, ale muto toggle nie, tylko wyłącza, nie włącza spowrotem tak jak w cinamon sam guzik.

bindsym XF86AudioRaiseVolume exec amixer -q set Master 2dB+ unmute
bindsym XF86AudioLowerVolume exec amixer -q set Master 2dB- unmute
bindsym XF86AudioMute exec amixer -q set Master toggle

tego próbowałem to wcale nie działa, chociaż jak zrobiłem w cmd mute 0 1 to zablokowało
#.i3/config @rzet

font pango:Nimbus Sans 8

set $up l
set $down k
set $left j
set $right semicolon

# use Mouse+Mod1 to drag floating windows to their wanted position
floatingmodifier Mod1

# start a terminal
bindsym Mod1+Return exec terminator
bindsym Mod1+t exec terminator

bindsym Mod1+Shift+q kill

# start dmenu (a program launcher)
bindsym Mod1+r exec "dmenu
run -nb '#3a81cc' -nf '#ffffff' -p $"

# change focus
bindsym Mod1+$left focus
  • Odpowiedz
# .i3status.conf @rzet

# i3status configuration file.
# see "man i3status" for documentation.

# It is important that this file is edited as UTF-8.
# The following line should contain a sharp s:
# ß
# If the above line is not correctly displayed, fix your editor first!

general {
colors = true
interval = 2
colorgood = "#8fe5cb"
color
bad = "#e9bbb4"
}

order += "disk /"
order
  • Odpowiedz