Skip to content
Snippets Groups Projects
Commit 7f1a3355 authored by Bernhard Landauer's avatar Bernhard Landauer
Browse files

fix cursor; pulseaudio

parent 396320f8
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ XTerm*selectToClipboard: true
*color7: #d8d8d8
*color15: #f8f8f8
Xcursor.theme: xcursor-breeze
Xcursor.theme: Breeze
Xcursor.size: 0
URxvt.font: 9x15,xft:TerminessTTFNerdFontMono
......
[Settings]
gtk-icon-theme-name=Papirus-Adapta-Nokto-Maia
gtk-theme-name=Adapta-Nokto-Eta-Maia
gtk-cursor-theme-name=xcursor-breeze
gtk-cursor-theme-name=Breeze
gtk-font-name=Noto Sans 10
gtk-xft-antialias=1
gtk-xft-hinting=1
......
gtk-theme-name="Adapta-Nokto-Eta-Maia"
gtk-icon-theme-name="Papirus-Adapta-Nokto-Maia"
gtk-font-name="Noto Sans 10"
gtk-cursor-theme-name="xcursor-breeze"
gtk-cursor-theme-name="Breeze"
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle="hintfull"
......
......@@ -38,21 +38,15 @@ bindsym $mod+d exec --no-startup-id dmenu_recency
# launch categorized menu
bindsym $mod+z exec --no-startup-id morc_menu
################################################################################################
## sound-section - DO NOT EDIT if you wish to automatically upgrade Alsa -> Pulseaudio later! ##
################################################################################################
exec --no-startup-id pulseaudio
exec --no-startup-id volumeicon
bindsym $mod+Ctrl+m exec terminal -e 'alsamixer'
#exec --no-startup-id pulseaudio
#exec --no-startup-id pa-applet
#bindsym $mod+Ctrl+m exec pavucontrol
bindsym $mod+Ctrl+m exec pavucontrol
################################################################################################
# Screen brightness controls
bindsym $mod+'p' exec "light -A 10; notify-send 'brightness up'"
bindsym $mod+'o' exec "light -U 10; notify-send 'brightness down'"
bindsym $mod+p exec "light -A 10; notify-send 'brightness up'"
bindsym $mod+o exec "light -U 10; notify-send 'brightness down'"
# Start Applications
bindsym $mod+Ctrl+b exec terminal -e 'bmenu'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment