Change icon theme and misc stuff

This commit is contained in:
Marko Korhonen 2020-04-04 11:38:39 +03:00
parent e10d1cf8b3
commit ea378239e0
2 changed files with 7 additions and 2 deletions

View file

@ -29,7 +29,7 @@ bindsym --locked XF86Search output eDP-1 toggle
# exit menu
bindsym $mod+Shift+e exec $term --class fzf-launcher -e $HOME/Scripts/sway-exit.sh
# launch a program
bindsym $mod+d exec wofi --show drun
bindsym $mod+d exec wofi
bindsym $mod+Shift+d exec wofi --show run
# password manager
bindsym $mod+p exec $term --class fzf-launcher --title "FZF pass" -e sh -c fzf-pass
@ -138,6 +138,11 @@ bindsym $mod+Control+k output eDP-1 transform 0
bindsym XF86MonBrightnessUp exec light -A 5 && light -G | cut -d'.' -f1 > $SWAYSOCK.wob
bindsym XF86MonBrightnessDown exec light -U 5 && light -G | cut -d'.' -f1 > $SWAYSOCK.wob
# Some built-in keyboard keys
bindsym XF86Mail workspace 4
bindsym XF86Messenger workspace 3
bindsym XF86Calculator exec alacritty -e calc
# Switch to urgent workspace
bindsym $mod+u [urgent=latest] focus

View file

@ -18,7 +18,7 @@ exec {
exec_always {
gsettings set $gnome-schema gtk-theme 'vimix-dark-doder'
gsettings set $gnome-schema icon-theme 'Numix'
gsettings set $gnome-schema icon-theme 'Papirus-Dark'
gsettings set $gnome-schema cursor-theme 'Breeze'
gsettings set $gnome-schema font-name 'Overpass 12'
gsettings set $gnome-schema document-font-name 'Overpass 12'