diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/jgmenu/append.csv | 4 | ||||
| -rw-r--r-- | .config/openbox/autostart | 2 | ||||
| -rw-r--r-- | .config/terminator/config | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/.config/jgmenu/append.csv b/.config/jgmenu/append.csv index 8e850b5..3d300ab 100644 --- a/.config/jgmenu/append.csv +++ b/.config/jgmenu/append.csv @@ -1,6 +1,6 @@ ^sep() -Log Out,openbox --exit,system-log-out -Lock Now,/home/kamen/.i3lock/lock.sh now,system-lock-screen +Log Out,pkill -KILL -u $USER,system-log-out +Lock Now,~/.i3lock/lock.sh now,system-lock-screen ^sep() Suspend,~/.i3lock/lock.sh suspend,system-suspend Reboot,systemctl -i reboot,system-reboot diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 811876f..1115358 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -15,7 +15,7 @@ lxpolkit & # polkit barrier & # using mouse & keyboard on other computers while connected to wifi xautolock -detectsleep -secure -time 15 -locker ~/.i3lock/lock.sh & # auto lock screen tint2 & # taskbar -compton --experimental-backends & # compositor +picom --experimental-backends & # compositor setxkbmap -layout "us,bg" -variant ",phonetic" -option "grp:alt_shift_toggle" & # keyboard switching flameshot & # screenshot utility diff --git a/.config/terminator/config b/.config/terminator/config index 1e4eadc..d3a3fab 100644 --- a/.config/terminator/config +++ b/.config/terminator/config @@ -5,6 +5,8 @@ [profiles] [[default]] background_color = "#282828" + background_darkness = 0.97 + background_type = transparent cursor_color = "#aaaaaa" font = MesloLGS NF 12 foreground_color = "#ebdbb2" |
