diff --git a/user/i3/.config/i3/config b/user/i3/.config/i3/config index f343a89..cfba332 100644 --- a/user/i3/.config/i3/config +++ b/user/i3/.config/i3/config @@ -4,7 +4,7 @@ # Font -font pango:InconsolataForPowerline Nerd Font 12 +font pango:Inconsolata Nerd Font:style=Medium 12 # class border backgr. text indicator child_border @@ -114,15 +114,10 @@ bindsym $mod+Shift+8 move container to workspace $ws8 bindsym $mod+Shift+9 move container to workspace $ws9 bindsym $mod+Shift+0 move container to workspace $ws10 -# reload the configuration file bindsym $mod+Shift+c reload -# restart i3 inplace (preserves your layout/session, can be used to upgrade i3) bindsym $mod+Shift+r restart -# 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-msg exit -bindsym $mod+r exec rofi -show run +bindsym $mod+r exec rofi -show drun bindsym $mod+p exec i3lock-fancy -- scrot - -exec_always --no-startup-id $HOME/.config/polybar/launch.sh