Some minor changes

This commit is contained in:
Damien Broqua 2021-01-21 16:58:25 +01:00
parent 12e84a93f0
commit 5655d8a8db
4 changed files with 13 additions and 12 deletions

View file

@ -63,7 +63,7 @@ set $modalWidth 1280
set $modalHeight 800
# Screens definitions
output $display1 resolution 2560x1080@75Hz position 0,0 adaptive_sync on
output $display1 resolution 3440x1440@100Hz position 0,0 adaptive_sync on
### Gnome settings
@ -73,11 +73,11 @@ set $gnome-schema org.gnome.desktop.interface
exec_always {
gsettings set $gnome-schema gtk-theme 'Nordic'
gsettings set $gnome-schema icon-theme 'NordArc-Icons'
gsettings set $gnome-schema cursor-theme 'ComixCursors-White'
gsettings set $gnome-schema font-name 'DejaVu Sans Mono 9'
gsettings set $gnome-schema monospace-font-name 'DejaVu Sans Mono 9'
gsettings set $gnome-schema document-font-name 'DejaVu Sans Mono 9'
gsettings set org.gnome.desktop.wm.preferences titlebar-font 'DejaVu Sans Mono 9'
gsettings set $gnome-schema cursor-theme 'ComixCursors-Opaque-White'
gsettings set $gnome-schema font-name 'Source Code Pro for Powerline 9'
gsettings set $gnome-schema monospace-font-name 'Source Code Pro for Powerline 9'
gsettings set $gnome-schema document-font-name 'Source Code Pro for Powerline 9'
gsettings set org.gnome.desktop.wm.preferences titlebar-font 'Source Code Pro for Powerline 9'
gsettings set org.gnome.desktop.wm.preferences button-layout ''
gsettings set org.gnome.desktop.default-applications.terminal exec $term
gsettings set org.gnome.desktop.default-applications.terminal exec-arg ''
@ -168,9 +168,9 @@ bindsym $mod+n exec "/home/dbroqua/Softwares/Zettlr"
bindsym --locked XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
bindsym --locked XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
bindsym --locked XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
bindsym XF86AudioPlay exec ~/Bin/music.sh PlayPause
bindsym XF86AudioPrev exec ~/Bin/music.sh Previous
bindsym XF86AudioNext exec ~/Bin/music.sh Next
bindsym XF86AudioPlay exec ~/Bin/mpc.sh PlayPause
bindsym XF86AudioPrev exec mpc prev
bindsym XF86AudioNext exec mpc next
bindsym $mod+shift+p exec "$term -t 'Pulse Mixer' -e pulsemixer"
bindsym $mod+shift+m exec "$term -t 'Music Player Client' -e ncmpcpp"