1
0
Fork 0

Update i3 config.

This commit is contained in:
Kevin Baensch 2021-10-28 15:03:55 +02:00
parent 9cefcd2509
commit 7a3b464306
Signed by: derped
GPG Key ID: C0F1D326C7626543
3 changed files with 15 additions and 9 deletions

View File

@ -12,16 +12,9 @@ new_window pixel
hide_edge_borders both
exec setxkbmap de
exec xinput --map-to-output "ipts 045E:001F Pen Pen (0)" eDP1
exec xinput --map-to-output "ipts 045E:001F Pen Eraser (0)" eDP1
exec xinput --map-to-output "ipts 045E:001F Touchscreen" eDP1
bindsym $mod+Shift+s exec xinput --map-to-output "ipts 045E:001F Pen Pen (0)" eDP1; exec xinput --map-to-output "ipts 045E:001F Pen Eraser (0)" eDP1; exec xinput --map-to-output "ipts 045E:001F Touchscreen" eDP1
bindsym $mod+Shift+a exec xinput --enable "ipts 045E:001F Touchscreen"
bindsym $mod+Shift+d exec xinput --disable "ipts 045E:001F Touchscreen"
#exec compton -f
exec feh --bg-scale Pictures/wallpaper.jpg
exec feh --bg-scale $(xdg-user-dir PICTURES)/wallpaper.jpg
#exec pulseaudio -D
#exec fcitx
#exec env=LC_CTYPE=zh_CN.UTF-8 emacs --daemon

View File

@ -18,6 +18,7 @@ order += "backlight"
order += "volume_status"
order += "cpu_temperature 0"
order += "load"
order += "battery 0"
order += "group tz"
group network {
@ -65,6 +66,17 @@ group tz {
}
}
battery 0 {
format = "%status %percentage %remaining %emptytime"
format_down = "No battery"
status_chr = "⚡ CHR"
status_bat = "🔋 BAT"
status_unk = "? UNK"
status_full = "☻ FULL"
path = "/sys/class/power_supply/BAT%d/uevent"
low_threshold = 10
}
volume_status {
button_up = 4
button_down = 5

View File

@ -7,10 +7,11 @@
{
enable = true;
configFile = ../../config/etc/i3/config;
extraPackages = with pkgs; [
extraPackages = with pkgs; [
dmenu
file
i3lock
i3status
xdg-user-dirs
];
}