diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-08-10 13:57:13 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-08-10 13:57:13 +0200 |
commit | 9bf64e7af93508c3928db6dfbd80e93c8b55fc3f (patch) | |
tree | b0786176784363c2b2e858db692c9ddbd5573114 | |
parent | 2615fb91b1737820e6583ff15c048818a3c3f343 (diff) |
Removed dm and screenlockers, reverted to xinit
-rw-r--r-- | .config/i3/config | 6 | ||||
-rw-r--r-- | .profile | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.config/i3/config b/.config/i3/config index 55fcb03..9c94a08 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -10,7 +10,7 @@ bindsym $mod+Shift+c reload 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'" bindsym $mod+Shift+q kill -bindsym $mod+Escape exec multilockscreen -l dim --display 1 +bindsym $mod+Escape exec systemctl suspend bindsym $mod+Return exec alacritty bindsym $mod+b exec firefox bindsym $mod+e exec pcmanfm @@ -23,8 +23,8 @@ bindsym Mod1+b exec rofi -modi "clipboard:greenclip print" -show clipboard -run- bindsym $mod+Shift+p exec rofi -show p -theme rofi -modi "p:rofi-power-menu --choices=shutdown/reboot/suspend/hibernate/logout" # Media keys -bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% -bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% +bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5% +bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5% bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle bindsym XF86AudioPlay exec playerctl play-pause bindsym XF86AudioNext exec playerctl next @@ -24,4 +24,4 @@ fi # set PATH so it includes user's private bin if it exists if [ -d "$HOME/.local/bin" ] ; then PATH="$HOME/.local/bin:$PATH" -fi
\ No newline at end of file +fi |