mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-07-27 20:53:34 +02:00
added spotify and font-awesome
This commit is contained in:
10
i3/config
10
i3/config
@@ -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 #
|
||||
|
Reference in New Issue
Block a user