Update script folder location in config, add font Xresources
This commit is contained in:
@@ -42,9 +42,11 @@ Xcursor.theme: capitaine-cursors
|
|||||||
*dpi: 192
|
*dpi: 192
|
||||||
Xft.dpi: 192
|
Xft.dpi: 192
|
||||||
Xft.autohint: 0
|
Xft.autohint: 0
|
||||||
|
Xft.lcdfilter: lcddefault
|
||||||
Xft.hintstyle: hintslight
|
Xft.hintstyle: hintslight
|
||||||
Xft.hinting: 1
|
Xft.hinting: 1
|
||||||
Xft.antialias: 1
|
Xft.antialias: 1
|
||||||
|
Xft.rgba: rgb
|
||||||
|
|
||||||
! Terminal config
|
! Terminal config
|
||||||
URxvt*font: xft:DejaVu Sans Mono:size=9:antialias=true
|
URxvt*font: xft:DejaVu Sans Mono:size=9:antialias=true
|
||||||
|
|||||||
+2
-2
@@ -31,7 +31,7 @@ markup=none
|
|||||||
# Volume indicator
|
# Volume indicator
|
||||||
#
|
#
|
||||||
[volume]
|
[volume]
|
||||||
command=$HOME/.config/i3/scripts/volume.sh
|
command=$HOME/.scripts/wm/volume.sh
|
||||||
markup=pango
|
markup=pango
|
||||||
instance=Master
|
instance=Master
|
||||||
interval=once
|
interval=once
|
||||||
@@ -40,7 +40,7 @@ signal=1
|
|||||||
# Brightness indicator
|
# Brightness indicator
|
||||||
#
|
#
|
||||||
[brightness]
|
[brightness]
|
||||||
command=$HOME/.config/i3/scripts/brightness.sh
|
command=$HOME/.scripts/wm/brightness.sh
|
||||||
interval=once
|
interval=once
|
||||||
signal=2
|
signal=2
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -189,7 +189,7 @@ client.focused_inactive $bg-color-inactive $bg-color-inactive $text-color-inacti
|
|||||||
client.urgent $bg-color-urgent $bg-color-urgent $text-color #00FF00
|
client.urgent $bg-color-urgent $bg-color-urgent $text-color #00FF00
|
||||||
|
|
||||||
# Keybindings
|
# Keybindings
|
||||||
bindsym $mod+Mod1+l exec $HOME/.config/i3/scripts/lock.sh
|
bindsym $mod+Mod1+l exec $HOME/.scripts/wm/lock.sh
|
||||||
# Volume
|
# Volume
|
||||||
bindsym XF86AudioRaiseVolume exec --no-startup-id amixer -q -D pulse sset Master 5%+ unmute && pkill -RTMIN+1 i3blocks
|
bindsym XF86AudioRaiseVolume exec --no-startup-id amixer -q -D pulse sset Master 5%+ unmute && pkill -RTMIN+1 i3blocks
|
||||||
bindsym XF86AudioLowerVolume exec --no-startup-id amixer -q -D pulse sset Master 5%- unmute && pkill -RTMIN+1 i3blocks
|
bindsym XF86AudioLowerVolume exec --no-startup-id amixer -q -D pulse sset Master 5%- unmute && pkill -RTMIN+1 i3blocks
|
||||||
|
|||||||
Reference in New Issue
Block a user