Skip to content

Commit

Permalink
Update to use XDG compiled betterlockscreen, update posix XDG readme,…
Browse files Browse the repository at this point in the history
… remove vim and fix fnm annoyances (#78)
  • Loading branch information
EnriqueVidal authored Mar 6, 2023
1 parent d4de312 commit 2850ede
Show file tree
Hide file tree
Showing 13 changed files with 107 additions and 498 deletions.
2 changes: 1 addition & 1 deletion .config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ bar {

set $mode_system System (l) lock, (e) logout, (s) suspend, (h) hibernate, (r) reboot, (p) shutdown
mode "$mode_system" {
bindsym l exec --no-startup-id ~/.config/i3/scripts/betterlockscreen -l dim, mode "default"
bindsym l exec --no-startup-id betterlockscreen -l dim, mode "default" # This can be compiled from: https://github.com/betterlockscreen/betterlockscreen
bindsym e exec --no-startup-id i3-msg exit, mode "default"
bindsym s exec --no-startup-id systemctl suspend, mode "default"
bindsym h exec --no-startup-id systemctl hibernate, mode "default"
Expand Down
Loading

0 comments on commit 2850ede

Please sign in to comment.