mirror of https://github.com/WolfeCub/dotfiles.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
191 lines
6.1 KiB
191 lines
6.1 KiB
# Disable window borders |
|
for_window [class="^.*"] border pixel 2 |
|
hide_edge_borders smart |
|
|
|
# Base 16 Config |
|
set $base00 #181818 |
|
set $base01 #282828 |
|
set $base02 #383838 |
|
set $base03 #585858 |
|
set $base04 #b8b8b8 |
|
set $base05 #d8d8d8 |
|
set $base06 #e8e8e8 |
|
set $base07 #f8f8f8 |
|
set $base08 #ab4642 |
|
set $base09 #dc9656 |
|
set $base0A #f7ca88 |
|
set $base0B #a1b56c |
|
set $base0C #86c1b9 |
|
set $base0D #7cafc2 |
|
set $base0E #ba8baf |
|
set $base0F #a16946 |
|
client.focused $base0D $base0D $base00 $base01 |
|
client.focused_inactive $base02 $base02 $base03 $base01 |
|
client.unfocused $base01 $base01 $base03 $base01 |
|
client.urgent $base02 $base08 $base07 $base08 |
|
|
|
# Matrix Labritory |
|
for_window [title="^Figure \d+$"] floating enable |
|
for_window [title="^QEMU$"] floating enable |
|
|
|
# Adds gaps |
|
#gaps inner 12 |
|
#gaps outer 0 |
|
#smart_gaps on |
|
|
|
# volume keys |
|
bindsym XF86AudioRaiseVolume exec amixer -D pulse sset Master 2%+ |
|
bindsym XF86AudioLowerVolume exec amixer -D pulse sset Master 2%- |
|
bindsym XF86AudioMute exec amixer set Master toggle |
|
bindsym --release Print exec scrot -q 100 -s ~/temp.png |
|
|
|
# brightness keys |
|
bindsym XF86MonBrightnessUp exec xbacklight -inc 2 |
|
bindsym XF86MonBrightnessDown exec xbacklight -dec 2 |
|
bindsym XF86KbdBrightnessUp exec "asus-kbd-backlight up" |
|
bindsym XF86KbdBrightnessDown exec "asus-kbd-backlight down" |
|
|
|
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 8 |
|
|
|
# This font is widely installed, provides lots of unicode glyphs, right-to-left |
|
# text rendering and scalability on retina/hidpi displays (thanks to pango). |
|
#font pango:DejaVu Sans Mono 8 |
|
|
|
# Before i3 v4.8, we used to recommend this one as the default: |
|
# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 |
|
# The font above is very space-efficient, that is, it looks good, sharp and |
|
# clear in small sizes. However, its unicode glyph coverage is limited, the old |
|
# X core fonts rendering does not support right-to-left and this being a bitmap |
|
# font, it doesn’t scale on retina/hidpi displays. |
|
|
|
# Use Mouse+$mod to drag floating windows to their wanted position |
|
floating_modifier $mod |
|
|
|
# start a terminal |
|
bindsym $mod+Return exec urxvt |
|
bindsym $mod+backslash exec emacsclient -c |
|
bindsym $mod+Shift+backslash exec emacs -light |
|
|
|
# kill focused window |
|
bindsym $mod+Shift+q kill |
|
|
|
# start dmenu (a program launcher) |
|
bindsym $mod+space exec rofi -show drun |
|
bindsym $mod+d exec rofi-pass |
|
bindsym $mod+Shift+d exec "rofi-pass --insert" |
|
bindsym $mod+c exec firefox-developer-edition |
|
bindsym $mod+n exec "~/bin/lock.sh" |
|
|
|
# change focus |
|
bindsym $mod+h focus left |
|
bindsym $mod+j focus down |
|
bindsym $mod+k focus up |
|
bindsym $mod+l 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 |
|
|
|
# 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+t layout tabbed |
|
bindsym $mod+e layout toggle split |
|
|
|
# toggle tiling / floating |
|
bindsym $mod+Shift+space floating toggle |
|
|
|
# change focus between tiling / floating windows |
|
bindsym Mod1+space focus mode_toggle |
|
|
|
# switch to workspace |
|
bindsym $mod+percent workspace 1 |
|
bindsym $mod+bracketleft workspace 2 |
|
bindsym $mod+braceleft workspace 3 |
|
bindsym $mod+braceright workspace 4 |
|
bindsym $mod+parenleft workspace 5 |
|
bindsym $mod+equal workspace 6 |
|
bindsym $mod+asterisk workspace 7 |
|
bindsym $mod+parenright workspace 8 |
|
bindsym $mod+plus workspace 9 |
|
bindsym $mod+bracketright workspace 10 |
|
|
|
bindsym $mod+Shift+percent move container to workspace 1 |
|
bindsym $mod+Shift+bracketleft move container to workspace 2 |
|
bindsym $mod+Shift+braceleft move container to workspace 3 |
|
bindsym $mod+Shift+braceright move container to workspace 4 |
|
bindsym $mod+Shift+parenleft move container to workspace 5 |
|
bindsym $mod+Shift+equal move container to workspace 6 |
|
bindsym $mod+Shift+asterisk move container to workspace 7 |
|
bindsym $mod+Shift+parenright move container to workspace 8 |
|
bindsym $mod+Shift+plus move container to workspace 9 |
|
bindsym $mod+Shift+bracketright move container to workspace 10 |
|
|
|
# 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'" |
|
|
|
# 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 h resize shrink width 5 px or 5 ppt |
|
bindsym j resize grow height 5 px or 5 ppt |
|
bindsym k resize shrink height 5 px or 5 ppt |
|
bindsym l resize grow width 5 px or 5 ppt |
|
|
|
# back to normal: Enter or Escape |
|
bindsym Return mode "default" |
|
bindsym Escape mode "default" |
|
} |
|
bindsym $mod+r mode "resize" |
|
|
|
bar { |
|
status_command i3status |
|
position top |
|
mode hide |
|
hidden_state hide |
|
modifier $mod |
|
font pango:Inconsolata 12 |
|
|
|
colors { |
|
separator $base03 |
|
background $base01 |
|
statusline $base05 |
|
focused_workspace $base0C $base0D $base00 |
|
active_workspace $base02 $base02 $base07 |
|
inactive_workspace $base01 $base01 $base03 |
|
urgent_workspace $base08 $base08 $base07 |
|
} |
|
} |
|
|
|
exec --no-startup-id dropbox start |
|
exec --no-startup-id nm-applet |
|
exec --no-startup-id ~/bin/battery_notify |
|
exec_always "xinput set-button-map 14 1 2 3 5 4 6 7 8 9 10 11 12" |
|
exec_always "setxkbmap -option compose:ralt" |
|
exec_always "xsetroot -cursor_name left_ptr" |
|
exec_always "~/bin/caps" |
|
exec_always "~/bin/key-rate" |
|
exec_always feh --bg-scale --randomize ~/Pictures/wallpapers/*
|
|
|