diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2022-05-21 22:30:20 +0200 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2022-05-21 22:30:20 +0200 |
commit | ae1fa811bfa270a9124abb7aa8d4cc6af538071b (patch) | |
tree | b8e0c7d97480ddc7371b0b4ab8de265534fe81e5 /dot_config/i3 | |
parent | 3560996c2101fea49a5ebdb832fee1751816c060 (diff) |
Modified bashrc according to xdg-ninja
and some minor changes
Diffstat (limited to 'dot_config/i3')
-rw-r--r-- | dot_config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/i3/config b/dot_config/i3/config index bbfe95c..54e7dd9 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config @@ -221,7 +221,7 @@ client.placeholder #20202D #20202D #FFFFFF #0C1746 #3C3C54 client.background #D52C70 # suspend and hibernate -bindsym $mod+Shift+S exec "i3-nagbar -t warning -f fixed -m 'You pressed the suspending shortcut. Do you really want to suspend your computer?' -B 'Yes, suspend it.' 'i3lock --image="$HOME/Pictures/superhot_wpp.png" && sudo /bin/zzz'" +bindsym $mod+Shift+S exec "i3-nagbar -t warning -f fixed -m 'You pressed the suspending shortcut. Do you really want to suspend your computer?' -B 'Yes, suspend it.' 'i3lock --image=$HOME/Pictures/superhot_wpp.png && sudo /bin/zzz'" bindsym $mod+Shift+Delete exec "i3-nagbar -t warning -f fixed -m 'You pressed the hibernating shortcut. Do you really want to put your computer to sleep?' -B 'Yes, do it.' 'sudo /bin/ZZZ'" # What happens when we hit the power button |