Reset back to more standard config

This commit is contained in:
2018-12-03 09:03:28 -05:00
parent 91b20d1c10
commit 7ec4026a56
2 changed files with 33 additions and 17 deletions

View File

@@ -70,6 +70,7 @@ alias "f.."="f ..."
function mvd() { mv $1 ~/Downloads ; } function mvd() { mv $1 ~/Downloads ; }
alias lhd="sudo fdisk -l" alias lhd="sudo fdisk -l"
alias ds="df -h | grep sd"
# }}} directory-related # # }}} directory-related #
@@ -148,6 +149,7 @@ function xv() { nohup xviewer $1 > /dev/null 2>&1& ; }
function chr() { google-chrome $1 ; } function chr() { google-chrome $1 ; }
function ni() { nvim $1 ; } function ni() { nvim $1 ; }
function sni() { sudo nvim $1 ; } function sni() { sudo nvim $1 ; }
alias spt="spotify $silent"
# function mrk() { pandoc -o ${1%.*}.html $1 && chr ${1%.*}.html ; } # function mrk() { pandoc -o ${1%.*}.html $1 && chr ${1%.*}.html ; }
function mrk() { pandoc -o ${1%.*}.html $1 ; } function mrk() { pandoc -o ${1%.*}.html $1 ; }
function auc() { xdotool click --repeat 1000000 --delay $1 1 ; } function auc() { xdotool click --repeat 1000000 --delay $1 1 ; }

View File

@@ -277,8 +277,8 @@ bindsym $mod+control+l resize shrink width 3 px or 3 ppt
# gaps {{{ # # gaps {{{ #
# remove window titlebars # remove window titlebars
# for_window [class="^.*"] border pixel 5 for_window [class="^.*"] border pixel 5
for_window [class="^.*"] border pixel 2 # for_window [class="^.*"] border pixel 2
gaps inner 30 gaps inner 30
gaps outer 10 gaps outer 10
@@ -296,7 +296,7 @@ gaps outer 10
# }}} other gaps # # }}} other gaps #
bindsym control+shift+plus gaps inner all set 25;gaps outer all set 5 bindsym control+shift+plus gaps inner all set 30;gaps outer all set 10
bindsym control+shift+0 gaps inner all set 0;gaps outer all set 0 bindsym control+shift+0 gaps inner all set 0;gaps outer all set 0
# }}} gaps # # }}} gaps #
@@ -305,33 +305,47 @@ bindsym control+shift+0 gaps inner all set 0;gaps outer all set 0
# Start i3bar to display a workspace bar (plus the system information i3status # Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available) # finds out, if available)
set $sb_font Hack NF Bold set $sb_font Hack NF Bold
# benq bar {{{ #
bar {
font pango:$sb_font 20
tray_output none
status_command i3blocks -c ~/.config/i3blocks/i3blocks.conf
output $benq
wheel_up_cmd nop
wheel_down_cmd nop
}
# }}} benq bar #
# # display {{{ #
# bar { # bar {
# font pango:$sb_font 20 # font pango:$sb_font 24
# tray_output none # tray_output none
# status_command i3blocks -c ~/.config/i3blocks/i3blocks.conf # status_command i3blocks -c ~/.config/i3blocks/i3blocks-display.conf
# output $benq # output $samsung
# wheel_up_cmd nop # wheel_up_cmd nop
# wheel_down_cmd nop # wheel_down_cmd nop
# } # }
# display
bar { # # }}} display #
font pango:$sb_font 24
tray_output none # samsung bar {{{ #
status_command i3blocks -c ~/.config/i3blocks/i3blocks-display.conf
output $samsung
wheel_up_cmd nop
wheel_down_cmd nop
}
bar { bar {
# output $samsung output $samsung
output $benq # output $benq
status_command i3blocks -c ~/.config/sam-i3blocks/sam-i3blocks.conf status_command i3blocks -c ~/.config/sam-i3blocks/sam-i3blocks.conf
tray_output none tray_output none
font pango:$sb_font 23 font pango:$sb_font 23
wheel_up_cmd nop wheel_up_cmd nop
wheel_down_cmd nop wheel_down_cmd nop
} }
# }}} samsung bar #
# }}} status bar # # }}} status bar #
# mod key/font {{{ # # mod key/font {{{ #