Major changes on i3 config for a pure i3 experience.
This commit is contained in:
parent
e994e82b50
commit
06c6ddd24d
1 changed files with 9 additions and 6 deletions
|
|
@ -37,8 +37,7 @@ exec --no-startup-id nm-applet
|
||||||
exec --no-startup-id dunst
|
exec --no-startup-id dunst
|
||||||
|
|
||||||
# CUSTOM AUTOSTART
|
# CUSTOM AUTOSTART
|
||||||
exec --no-startup-id picom --experimental-backends
|
exec --no-startup-id feh --bg-scale /home/reo/Pictures/wallpapers/default.png
|
||||||
exec --no-startup-id feh --bg-scale /usr/share/wallpapers/Elarun/contents/images/2560x1600.png
|
|
||||||
exec --no-startup-id /usr/bin/emacs --daemon
|
exec --no-startup-id /usr/bin/emacs --daemon
|
||||||
|
|
||||||
# Use pactl to adjust volume in PulseAudio.
|
# Use pactl to adjust volume in PulseAudio.
|
||||||
|
|
@ -65,7 +64,7 @@ bindsym $mod+m exec emacsclient -c -a 'emacs'
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (a program launcher)
|
||||||
bindsym $mod+d exec --no-startup-id sh /home/reo/.config/rofi/launchers/type-6/launcher.sh
|
bindsym $mod+d exec --no-startup-id dmenu_run
|
||||||
# A more modern dmenu replacement is rofi:
|
# A more modern dmenu replacement is rofi:
|
||||||
# bindcode $mod+40 exec "rofi -modi drun,run -show drun"
|
# bindcode $mod+40 exec "rofi -modi drun,run -show drun"
|
||||||
# There also is i3-dmenu-desktop which only displays applications shipping a
|
# There also is i3-dmenu-desktop which only displays applications shipping a
|
||||||
|
|
@ -164,8 +163,8 @@ bindsym $mod+Shift+c reload
|
||||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||||
bindsym $mod+Shift+r restart
|
bindsym $mod+Shift+r restart
|
||||||
# exit i3 (logs you out of your X session)
|
# exit i3 (logs you out of your X session)
|
||||||
#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+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+e exec sh /home/reo/.config/rofi/powermenu/type-6/powermenu.sh
|
#bindsym $mod+Shift+e exec sh /home/reo/.config/rofi/powermenu/type-6/powermenu.sh
|
||||||
|
|
||||||
# resize window (you can also use the mouse for that)
|
# resize window (you can also use the mouse for that)
|
||||||
mode "resize" {
|
mode "resize" {
|
||||||
|
|
@ -206,4 +205,8 @@ gaps outer 1
|
||||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||||
# finds out, if available)
|
# finds out, if available)
|
||||||
|
|
||||||
exec --no-startup-id sh $HOME/.config/polybar/launch.sh --forest
|
#exec --no-startup-id sh $HOME/.config/polybar/launch.sh --forest
|
||||||
|
|
||||||
|
bar {
|
||||||
|
status_command i3status
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue