hi
This commit is contained in:
25
config
25
config
@@ -43,8 +43,8 @@ exec --no-startup-id nm-applet
|
||||
|
||||
###
|
||||
# change volume or toggle mute
|
||||
bindsym XF86AudioRaiseVolume exec amixer -q -D pulse sset Master 5%+ && pkill -RTMIN+10 i3blocks
|
||||
bindsym XF86AudioLowerVolume exec amixer -q -D pulse sset Master 5%- && pkill -RTMIN+10 i3blocks
|
||||
bindsym XF86AudioRaiseVolume exec amixer -q -D pulse sset Master 5%+ && pkill -RTMIN+10 i3blocks && dunstify "Volume" "up 5%"
|
||||
bindsym XF86AudioLowerVolume exec amixer -q -D pulse sset Master 5%- && pkill -RTMIN+10 i3blocks && dunstify "Volume" "down 5%"
|
||||
bindsym XF86AudioMute exec amixer -q -D pulse sset Master toggle && pkill -RTMIN+10 i3blocks
|
||||
|
||||
# Media player controls
|
||||
@@ -188,10 +188,10 @@ mode "resize" {
|
||||
bindsym semicolon resize grow width 10 px or 10 ppt
|
||||
|
||||
# same bindings, but for the arrow keys
|
||||
bindsym Left resize shrink width 5 px or 5 ppt
|
||||
bindsym Down resize grow height 5 px or 5 ppt
|
||||
bindsym Up resize shrink height 5 px or 5 ppt
|
||||
bindsym Right resize grow width 5 px or 5 ppt
|
||||
bindsym Left resize shrink width 10 px or 10 ppt
|
||||
bindsym Down resize grow height 10 px or 10 ppt
|
||||
bindsym Up resize shrink height 10 px or 10 ppt
|
||||
bindsym Right resize grow width 10 px or 10 ppt
|
||||
|
||||
# back to normal: Enter or Escape or $mod+r
|
||||
bindsym Return mode "default"
|
||||
@@ -208,8 +208,8 @@ bindsym $mod+z mode "resize"
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
|
||||
#include ~/.config/i3/colorschemes/gruvbox.bar.conf
|
||||
include ~/.config/i3/colorschemes/nord.bar.conf
|
||||
include ~/.config/i3/colorschemes/gruvbox.bar.conf
|
||||
#include ~/.config/i3/colorschemes/nord.bar.conf
|
||||
|
||||
# Start compositor
|
||||
exec_always compfy &
|
||||
@@ -219,13 +219,13 @@ exec_always compfy &
|
||||
################
|
||||
|
||||
# Gruvbox
|
||||
#include ~/.config/i3/colorschemes/gruvbox.conf
|
||||
include ~/.config/i3/colorschemes/gruvbox.conf
|
||||
|
||||
# Dracula
|
||||
#include ~/.config/i3/colorschemes/dracula.conf
|
||||
|
||||
# Nord
|
||||
include ~/.config/i3/colorschemes/nord.conf
|
||||
#include ~/.config/i3/colorschemes/nord.conf
|
||||
|
||||
# Wallpaper
|
||||
exec_always nitrogen --restore &
|
||||
@@ -254,6 +254,11 @@ exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
# xinput rules
|
||||
exec_always --no-startup-id ~/.config/i3/xinput-rules
|
||||
|
||||
exec_always fortune -n 25 > /tmp/fortune
|
||||
|
||||
# conky
|
||||
exec_always ~/.config/conky/start_conky.sh
|
||||
|
||||
### WINDOW RULES ###
|
||||
|
||||
# Remove title bars
|
||||
|
||||
Reference in New Issue
Block a user