Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Furdox authored Nov 7, 2023
1 parent bc710bf commit 4ed0b7d
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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"

Expand Down Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 4ed0b7d

Please sign in to comment.