diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-09-03 13:37:17 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-09-03 13:37:17 +0200 |
commit | 693951da184413f73c62365e113102b788a13511 (patch) | |
tree | d6aa21792160b22fb91dd2029094e6d8d03543bb | |
parent | 9bdd23afe2578d2ea3434e57734042496c0cb946 (diff) |
no confirm on rofi power menu
-rwxr-xr-x | .autostart | 6 | ||||
-rw-r--r-- | .config/i3/config | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/.autostart b/.autostart deleted file mode 100755 index 74057b3..0000000 --- a/.autostart +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -pia-client & -gtk-launch megasync & -gtk-launch discord & -openrgb -p no-rgb & diff --git a/.config/i3/config b/.config/i3/config index 7d47f59..8ae9bb2 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -11,7 +11,7 @@ bindsym $mod+Shift+c reload bindsym $mod+Shift+r restart bindsym $mod+Shift+q kill bindsym $mod+Shift+e exec --no-startup-id "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" -bindsym $mod+Shift+p exec --no-startup-id rofi -show p -modi "p:rofi-power-menu --choices=shutdown/reboot/suspend/hibernate/logout --confirm=" +bindsym $mod+Shift+p exec --no-startup-id rofi -show p -modi "p:rofi-power-menu --choices=shutdown/reboot/suspend/logout --confirm=" bindsym $mod+Escape exec --no-startup-id systemctl suspend bindsym $mod+Return exec --no-startup-id alacritty |