some smaller tweaks
This commit is contained in:
parent
b136345ef3
commit
4c4fe5b630
3 changed files with 11 additions and 2 deletions
|
@ -10,6 +10,10 @@ inactive-dim = 0.65
|
|||
mark-wmwin-focused = true
|
||||
mark-ovredir-focused = true
|
||||
|
||||
blur-background = true
|
||||
|
||||
glx-use-gpushader4 = true
|
||||
|
||||
# Window type settings
|
||||
wintypes:
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ bindsym --release Print exec --no-startup-id import /tmp/latest-screenshot.png
|
|||
# volume keys
|
||||
bindsym XF86AudioLowerVolume exec pactl set-sink-volume 0 -- '-5%' && killall -SIGUSR1 i3status
|
||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume 0 -- '+5%' && killall -SIGUSR1 i3status
|
||||
bindsym XF86AudioMute exec pactl set-sink-mute 0 toggle && killall -SIGUSR1 i3status
|
||||
bindsym XF86AudioMute exec pactl set-sink-mute 0 toggle && killall -SIGUSR1 i3status
|
||||
|
||||
# move focus
|
||||
bindsym $mod+Left focus left
|
||||
|
|
7
.xinitrc
7
.xinitrc
|
@ -20,13 +20,18 @@ esac
|
|||
xrdb ~/.Xresources
|
||||
nitrogen --restore
|
||||
|
||||
# Sync clipboard
|
||||
autocutsel -fork
|
||||
autocutsel -fork -selection PRIMARY
|
||||
|
||||
# Window manager
|
||||
case "$(hostname)" in
|
||||
"ryx")
|
||||
DISPLAY=:0.1 i3 &
|
||||
DISPLAY=:0.0 i3 &
|
||||
;;
|
||||
*)
|
||||
exec i3
|
||||
esac
|
||||
|
||||
exec i3
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue