all repos — dotfiles @ 51244fc9a68309721572cccd015e2a9faf93f310

my *nix dotfiles

feat(i3): update i3 config
icyphox icyph0x@protonmail.com
Wed, 14 Feb 2018 07:58:09 +0530
commit

51244fc9a68309721572cccd015e2a9faf93f310

parent

20fed302a08f7c37f341db87bbdea9ba78be0d05

1 files changed, 5 insertions(+), 5 deletions(-)

jump to
M i3/configi3/config

@@ -10,8 +10,8 @@

set $mod Mod4 # set fonts in funky way -font pango: bitbuntufull 9 -for_window [class=".*"] title_format "<span font='bitbuntufull 8'> > %title</span>" +font pango: Fira Sans Medium 14 +for_window [class=".*"] title_format "<span font='Fira Sans Medium 12'> > %title</span>" # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod

@@ -23,7 +23,7 @@ # kill focused window

bindsym $mod+Shift+q kill # lock the screen -bindsym $mod+Ctrl+l exec ~/scripts/lock.sh +bindsym $mod+Ctrl+l exec ~/bin/lock.sh # start rofi (an alternative to dmenu) bindsym $mod+d exec "rofi -show run"

@@ -139,7 +139,7 @@ # assign windows to workspaces

assign [class="Steam"] $tag4 assign [class="Battle.net.exe"] $tag5 -assign [class="inox"] $tag1 +assign [class="firefox"] $tag1 assign [class="spotify"] $tag3 # selectively enable floating

@@ -186,7 +186,7 @@ exec xrdb -load ~/.Xresources

exec compton & exec xautolock -time 7 -locker lock & exec killall -q xfce4-notifyd -exec_always --no-startup-id ~/scripts/bar.sh +exec_always --no-startup-id ~/bin/bar.sh exec xrdb .Xresources exec feh --bg-fill ~/.wallpaper/wall.jpg exec xautolock -time 5 -locker ~/scripts/lock.sh