Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 026eae58dc |
@ -149,12 +149,12 @@ bindsym $mod+z exec $locking
|
|||||||
# bindsym $mod+x exec "taskwarrior_stop"
|
# bindsym $mod+x exec "taskwarrior_stop"
|
||||||
# bindsym $mod+Shift+z exec "suspend-and-lock"
|
# bindsym $mod+Shift+z exec "suspend-and-lock"
|
||||||
|
|
||||||
bindsym XF86MonBrightnessUp exec --no-startup-id /usr/bin/light -A 5
|
# bindsym XF86MonBrightnessUp exec --no-startup-id /usr/bin/light -A 5
|
||||||
bindsym XF86MonBrightnessDown exec --no-startup-id /usr/bin/light -U 5
|
# bindsym XF86MonBrightnessDown exec --no-startup-id /usr/bin/light -U 5
|
||||||
|
#
|
||||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +3%
|
# bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +3%
|
||||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -3%
|
# bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -3%
|
||||||
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle
|
# bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||||
|
|
||||||
# bindsym $mod+Shift+o exec "display_switch"
|
# bindsym $mod+Shift+o exec "display_switch"
|
||||||
|
|
||||||
|
|||||||
@ -104,7 +104,7 @@
|
|||||||
min-height: 0;
|
min-height: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-family: "Iosevka Custom";
|
font-family: "Iosevka Custom", "Font Awesome 5 Free";
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The whole bar */
|
/* The whole bar */
|
||||||
|
|||||||
7
profile
7
profile
@ -27,6 +27,13 @@ export DOCKER_HOST=unix:///var/run/docker.sock
|
|||||||
export WINEFSYNC=1
|
export WINEFSYNC=1
|
||||||
export SUDO_ASKPASS=/usr/bin/ssh-askpass-fullscreen
|
export SUDO_ASKPASS=/usr/bin/ssh-askpass-fullscreen
|
||||||
|
|
||||||
|
export LIBVA_DRIVER_NAME=i965
|
||||||
|
export ANV_DEBUG=video-decode,video-encode
|
||||||
|
|
||||||
|
# themes
|
||||||
|
export QT_STYLE_OVERRIDE=fusion
|
||||||
|
|
||||||
|
|
||||||
# OG
|
# OG
|
||||||
# export __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/10_nvidia.json
|
# export __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/10_nvidia.json
|
||||||
# wayland
|
# wayland
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user