diff options
| author | Spacedio <spacedio@thernusen.net> | 2026-04-17 22:45:53 -0400 |
|---|---|---|
| committer | Spacedio <spacedio@thernusen.net> | 2026-04-17 22:45:53 -0400 |
| commit | 786dc59d0e6937aa76f5cecc16dec49261c8a625 (patch) | |
| tree | b84590b5abe8b27093af4dce4ba86cf9a1c34f01 /i3 | |
| parent | b9e0b62a52a7c897efa963693b0897c1870ef0e5 (diff) | |
| download | dotfiles-786dc59d0e6937aa76f5cecc16dec49261c8a625.tar.gz | |
Optimization of the dGPU with a script to specifically turn it off.
Diffstat (limited to 'i3')
| -rw-r--r-- | i3/.config/i3/config | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 6d1ded8..8472507 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -226,8 +226,6 @@ bindsym $mod+Shift+r restart #bindsym $mod+Shift+e exec "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'" - - # Define the menu labels set $sysmenu System: (l)ock, (e)xit i3, (s)uspend, (r)eboot, (Shift+s)hutdown @@ -251,9 +249,6 @@ mode "$sysmenu" { # Bind it to a key - replacing the default exit behavior bindsym $mod+Shift+e mode "$sysmenu" - - - # resize window (you can also use the mouse for that) mode "resize" { # These bindings trigger as soon as you enter the resize mode |
