diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-01-02 22:20:15 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-01-02 22:20:15 +0100 |
commit | dfcf6807fed73fd3df4750f1531bd227c324501f (patch) | |
tree | c77947ebb16e0f03416c7e940d26e520787e679d /dot_config/i3/config | |
parent | 70274919e2d27a37a9a604e062a961e2d25f2dfa (diff) |
- Adds new line in PS1 for more readability when using long paths
- Adds nix profile sourcing
- Adds kubenetes aliases and autocompletion
- Changes tool to display date, volume and battery when pressing the poweroff button
- Removes autostarts of unclutter
Diffstat (limited to 'dot_config/i3/config')
-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 084c199..21c46ee 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config @@ -225,7 +225,7 @@ bindsym $mod+Shift+S exec "i3-nagbar -t warning -f fixed -m 'You pressed the sus 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 -bindsym XF86PowerOff exec xcowsay "$(date +%H:%M:%S && cat /sys/class/power_supply/BAT0/capacity && pactl get-sink-volume alsa_output.pci-0000_00_1f.3.analog-stereo | cut -d' ' -f5-6)" +bindsym XF86PowerOff exec notify-send -t 5000 "$(date +%H:%M:%S && cat /sys/class/power_supply/BAT0/capacity && pactl get-sink-volume alsa_output.pci-0000_00_1f.3.analog-stereo | cut -d' ' -f5-6)" ######GAPS###### set $mode_gaps Gaps: (o)uter, (i)nner, (h)orizontal, (v)ertical, (t)op, (r)ight, (b)ottom, (l)eft |