more i3 config
This commit is contained in:
@@ -22,10 +22,14 @@ bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status
|
||||
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
|
||||
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
|
||||
bindsym XF86AudioPlay exec --no-startup-id playerctl -p spotify play-pause && $refresh_i3status
|
||||
|
||||
# Workspace config
|
||||
include ./workspace.conf
|
||||
|
||||
# Floating window correction
|
||||
include ./floating.conf
|
||||
|
||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||
floating_modifier $mod
|
||||
|
||||
@@ -43,6 +47,7 @@ bindsym $mod+q kill
|
||||
bindsym $mod+r exec --no-startup-id rofi -show drun
|
||||
# rofi spotify
|
||||
bindsym $mod+m exec --no-startup-id /home/womax/.config/scripts/rofi_spotify.sh
|
||||
bindsym $mod+p exec --no-startup-id rofi -show window
|
||||
|
||||
# change focus
|
||||
bindsym $mod+j focus down
|
||||
|
||||
Reference in New Issue
Block a user