split laptop and desktop configs
This commit is contained in:
23
config
23
config
@@ -36,8 +36,8 @@ exec --no-startup-id nm-applet
|
||||
|
||||
# Use pactl to adjust volume in PulseAudio.
|
||||
set $refresh_i3status killall -SIGUSR1 i3status
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5% && $refresh_i3status
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5% && $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
|
||||
|
||||
@@ -166,10 +166,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 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
|
||||
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
|
||||
|
||||
# back to normal: Enter or Escape or $mod+r
|
||||
bindsym Return mode "default"
|
||||
@@ -189,11 +189,12 @@ bar {
|
||||
inactive_workspace #3c3836 #3c3836 #282828
|
||||
}
|
||||
position top
|
||||
font pango:Source Code Pro for Powerline 11
|
||||
font pango:Source Code Pro for Powerline 12
|
||||
status_command bumblebee-status \
|
||||
-m title disk:root battery date time pasink pasource vpn network arch-update \
|
||||
-p root.path=/ time.format="%H:%M" date.format="%a, %b %d %Y" \
|
||||
-m playerctl pasink pasource network battery date time \
|
||||
-p root.path=/ time.format="%H:%M" date.format="%a, %b %d %Y" playerctl.format="{{title}} - by {{artist}} - on {{album}}" \
|
||||
-t gruvbox-powerline
|
||||
#status_command i3blocks
|
||||
}
|
||||
|
||||
#bar {
|
||||
@@ -202,7 +203,7 @@ bar {
|
||||
|
||||
# Start compositor
|
||||
|
||||
exec picom --vsync --backend glx --config /home/arco/.config/picom.conf --experimental-backend
|
||||
exec picom --vsync --backend glx &
|
||||
|
||||
# Get rid of borders
|
||||
|
||||
@@ -228,7 +229,7 @@ client.background #282828
|
||||
|
||||
# Wallpaper
|
||||
|
||||
exec ~/.fehbg &
|
||||
exec $HOME/.config/i3/fehbg &
|
||||
|
||||
# Notification Daemon
|
||||
|
||||
|
||||
Reference in New Issue
Block a user