# _ _____ _____ # (_)__ / _________ ____ / __(_)___ _ # / / /_ < / ___/ __ \/ __ \/ /_/ / __ `/ # / /___/ / / /__/ /_/ / / / / __/ / /_/ / #/_//____/ \___/\____/_/ /_/_/ /_/\__, / # /____/ set $mod Mod4 # set fonts in funky way font pango: Operator Mono Book 13 for_window [class=".*"] title_format " > %title" # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod # start a terminal bindsym $mod+Return exec urxvtc #for_window [class="URxvt"] floating enable # kill focused window bindsym $mod+Shift+q kill # lock the screen bindsym $mod+Ctrl+l exec ~/bin/lock.sh # start rofi (an alternative to dmenu) bindsym $mod+d exec "rofi -show run" # disable title bar #new_window pixel 2 new_window normal 0 # change focus bindsym $mod+h focus left bindsym $mod+j focus down bindsym $mod+k focus up bindsym $mod+l focus right # alternatively, you can use the cursor keys: bindsym $mod+Left focus left bindsym $mod+Down focus down bindsym $mod+Up focus up bindsym $mod+Right focus right # move focused window bindsym $mod+Shift+h move left bindsym $mod+Shift+j move down bindsym $mod+Shift+k move up bindsym $mod+Shift+l move right # alternatively, you can use the cursor keys: bindsym $mod+Shift+Left move left bindsym $mod+Shift+Down move down bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right # split in horizontal orientation bindsym $mod+g split h # split in vertical orientation bindsym $mod+v split v # enter fullscreen mode for the focused container bindsym $mod+f fullscreen toggle # change container layout (stacked, tabbed, toggle split) bindsym $mod+s layout stacking bindsym $mod+w layout tabbed bindsym $mod+e layout toggle split # toggle tiling / floating bindsym $mod+Shift+space floating toggle # change focus between tiling / floating windows bindsym $mod+space focus mode_toggle # focus the parent container bindsym $mod+a focus parent # focus the child container bindsym $mod+x focus child # Name the workspaces set $tag1 1:"" set $tag2 2:"" set $tag3 3:"" set $tag4 4:"" set $tag5 5:"" # switch to workspace bindsym $mod+1 workspace $tag1 bindsym $mod+2 workspace $tag2 bindsym $mod+3 workspace $tag3 bindsym $mod+4 workspace $tag4 bindsym $mod+5 workspace $tag5 # move focused container to workspace bindsym $mod+Shift+1 move container to workspace $tag1 bindsym $mod+Shift+2 move container to workspace $tag2 bindsym $mod+Shift+3 move container to workspace $tag3 bindsym $mod+Shift+4 move container to workspace $tag4 bindsym $mod+Shift+5 move container to workspace $tag5 # 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 # resize window (you can also use the mouse for that) mode "resize" { # These bindings trigger as soon as you enter the resize mode # Pressing left will shrink the window’s width. # Pressing right will grow the window’s width. # Pressing up will shrink the window’s height. # Pressing down will grow the window’s height. bindsym j resize shrink width 10 px or 10 ppt bindsym k resize grow height 10 px or 10 ppt bindsym l resize shrink height 10 px or 10 ppt bindsym semicolon resize grow width 10 px or 10 ppt # same bindings, but for the arrow keys bindsym Left resize shrink width 10 px or 10 ppt bindsym Down resize grow height 10 px or 10 ppt bindsym Up resize shrink height 10 px or 10 ppt bindsym Right resize grow width 10 px or 10 ppt # back to normal: Enter or Escape bindsym Return mode "default" bindsym Escape mode "default" } # assign windows to workspaces assign [class="Steam"] $tag4 assign [class="Battle.net.exe"] $tag5 assign [class="firefox"] $tag1 assign [class="spotify"] $tag3 # selectively enable floating for_window [class="Steam"] floating enable for_window [class="Keybase"] floating enable for_window [class="Battle.net.exe"] floating enable bindsym $mod+r mode "resize" ## colors set $base00 #282828 set $base01 #3c3836 set $base02 #504945 set $base03 #665c54 set $base04 #bdae93 set $base05 #d5c4a1 set $base06 #ebdbb2 set $base07 #fbf1c7 set $base08 #fb4934 set $base09 #fe8019 set $base0A #fabd2f set $base0B #b8bb26 set $base0C #8ec07c set $base0D #83a598 set $base0E #d3869b set $base0F #d65d0e # Basic color configuration using the Base16 variables for windows and borders. # Property Name Border BG Text Indicator Child Border client.focused $base05 $base05 $base00 $base05 $base05 client.focused_inactive $base01 $base01 $base05 $base03 $base01 client.unfocused $base00 $base00 $base05 $base03 $base01 client.urgent $base08 $base08 $base00 $base08 $base08 client.placeholder $base00 $base00 $base05 $base00 $base00 client.background $base07 # smart_gaps on # smart_borders on # executions exec xrdb -load ~/.Xresources exec compton & exec xautolock -time 7 -locker lock & exec killall -q xfce4-notifyd exec_always --no-startup-id ~/bin/bar.sh exec xrdb .Xresources exec feh --bg-fill ~/.wall exec xautolock -time 5 -locker ~/scripts/lock.sh exec urxvtd & exec xset -b # cycle workspaces bindsym $mod+Tab workspace back_and_forth bindsym $mod+q workspace next