Add set_audio_sink, weather, grade
This commit is contained in:
@ -22,6 +22,7 @@ python = f'alacritty {opaque_config} -e python'
|
||||
vpn_vta = 'alacritty -e /home/roland/.local/bin/vpn'
|
||||
bjendal = 'alacritty -e /home/roland/.local/bin/bjendal'
|
||||
lumar = 'alacritty -e /home/roland/.local/bin/lumar'
|
||||
set_audio_sink = '/home/roland/.local/bin/set_audio_sink'
|
||||
cmatrix = 'alacritty -e cmatrix'
|
||||
rofi = 'rofi -combi-modi window,drun,ssh -theme nord -font "hack 12" -show drun -icon-theme "Papirus" -show-icons'
|
||||
qtile_dir = '/home/roland/.config/qtile/'
|
||||
@ -156,6 +157,7 @@ keys = [
|
||||
Key([mod], "Tab", lazy.next_layout(), desc="Toggle between layouts"),
|
||||
Key([mod], "w", lazy.window.kill(), desc="Kill focused window"),
|
||||
Key([mod, "control"], "r", lazy.reload_config(), desc="Reload the config"),
|
||||
Key([mod, "control"], "s", lazy.spawn(set_audio_sink), desc="Reset Audio Sink"),
|
||||
Key([mod, "control"], "q", lazy.shutdown(), desc="Shutdown Qtile"),
|
||||
Key([mod], "p", lazy.spawn('xset s activate'), desc="Lock Session"),
|
||||
Key([mod], "r", lazy.spawn(rofi), desc="Launch rofi"),
|
||||
|
Reference in New Issue
Block a user