added spotify and font-awesome

This commit is contained in:
2019-02-20 08:51:56 +01:00
parent 714f202a62
commit 082507acbe
7 changed files with 312 additions and 5 deletions

View File

@@ -38,6 +38,9 @@ set $workspace10 "10:  "
set $workspace11 " Virtualbox"
set $workspace12 " Enpass"
# scripts
set $spotify ~/.config/i3/scripts/spotify-cli.sh
############################################
# i3 management keys #
############################################
@@ -116,8 +119,8 @@ bindsym $mod+shift+l exec /bin/bash ~/.config/i3/scripts/suspend.sh
############################################
bindsym $mod+Return exec xfce4-terminal # terminal
bindsym $mod+e exec nautilus # File manager
bindsym Print exec gnome-screenshot # Fullscreen screenshot
bindsym $mod+Print exec /bin/bash ~/.config/i3/scripts/screenshot.sh # Show screenshot window
bindsym Print exec flameshot screen -d 0 -p ~/Pictures/Screenshots # Fullscreen screenshot
bindsym $mod+Print exec flameshot gui # Show screenshot window
bindsym $mod+shift+b exec /bin/bash ~/.config/i3/scripts/brightness.sh
# Rofi
@@ -144,6 +147,9 @@ bindsym XF86AudioPlay exec playerctl play
bindsym XF86AudioPause exec playerctl pause
bindsym XF86AudioNext exec playerctl next
bindsym XF86AudioPrev exec playerctl previous
bindsym $mod+Next exec $spotify next
bindsym $mod+End exec $spotify prev
bindsym $mod+Delete exec $spotify play
############################################
# Workspaces #