diff --git a/.config/i3/config b/.config/i3/config index f5fa496f..d1e97988 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -13,8 +13,9 @@ set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. -#font pango:monospace 10 -font pango:Helvetica 10 +##font pango:monospace 10 +#font pango:Helvetica 10 +font pango:Rubik 9 # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). @@ -63,6 +64,9 @@ exec "xrandr --output DP-0 --primary --mode 2560x1440 --rate 143.97 --output HDM # setup window colors # AT THE VERY BOTTOM OF THE FILE +# keybind to lock session +bindsym $mod+l exec "i3lock -i /data/bg/puffisidelock.png" + # set kb to canadian internationnal (FINALLY) exec "setxkbmap -layout ca -variant multix" @@ -112,6 +116,8 @@ focus_follows_mouse no # Firefox shortcut bindsym $mod+Shift+f exec "firefox" +# enable opentabletdriver +exec systemctl --user enable opentabletdriver --now ########## end custom @@ -132,10 +138,10 @@ bindsym $mod+d exec --no-startup-id dmenu_run # bindcode $mod+40 exec --no-startup-id i3-dmenu-desktop # change focus -bindsym $mod+j focus left -bindsym $mod+k focus down -bindsym $mod+l focus up -bindsym $mod+semicolon focus right +#bindsym $mod+j focus left +#bindsym $mod+k focus down +#bindsym $mod+l focus up +#bindsym $mod+semicolon focus right # alternatively, you can use the cursor keys: bindsym $mod+Left focus left