White Theme and vim Wordbook
This commit is contained in:
@@ -92,8 +92,9 @@ for_window [class="(?i)virtualbox"] floating enable border normal
|
||||
for_window [title="KeePassX$"] floating enable border normal
|
||||
for_window [title="Eddie - Settings"] floating enable border normal
|
||||
for_window [class="^Thunderbird$" title="^.*Event:"] floating enable
|
||||
for_window [title="(?i)termite"] border pixel 3
|
||||
for_window [title="(?i)ranger"] border pixel 3
|
||||
|
||||
# Give boarder to terminal windows
|
||||
for_window [class="(?i)termite"] border pixel 3
|
||||
|
||||
# switch to workspace with urgent window automatically
|
||||
for_window [urgent=latest] focus
|
||||
@@ -121,7 +122,7 @@ for_window [instance="^sun-awt-X11-XDialogPeer$" title="^Complete Installation$"
|
||||
###############################################################################
|
||||
|
||||
exec --no-startup-id setxkbmap us,de; setxkbmap -option ctrl:swapcaps
|
||||
exec --no-startup-id feh --bg-scale ~/Pictures/Iroh-at-Tree.png; compton -b
|
||||
exec --no-startup-id /home/tuan/.fehbg; compton -b
|
||||
exec --no-startup-id nextcloud
|
||||
exec --no-startup-id emacs --daemon
|
||||
exec --no-startup-id udiskie
|
||||
@@ -161,8 +162,8 @@ bindsym XF86AudioNext exec "playerctl next; cmus-remote -n"
|
||||
bindsym XF86AudioPrevious exec "playerctl previous; cmus-remote -r"
|
||||
|
||||
# Application Shortcuts
|
||||
bindsym $mod+b exec env GTK_THEME=Materia:dark firefox
|
||||
bindsym $mod+e exec source ~/.zshrc && termite -e 'ranger'
|
||||
bindsym $mod+b exec firefox
|
||||
bindsym $mod+e exec termite -e ranger
|
||||
bindsym $mod+m exec thunderbird
|
||||
|
||||
bindsym Print exec --no-startup-id scrot
|
||||
@@ -205,10 +206,11 @@ bindsym $mod+Shift+minus move scratchpad
|
||||
# Show the next scratchpad window or hide the focused scratchpad window.
|
||||
# If there are multiple scratchpad windows, this command cycles through them.
|
||||
bindsym $mod+minus scratchpad show
|
||||
|
||||
bindsym $mod+Alt+v exec ~/.vim-anywhere/bin/run
|
||||
#navigate workspaces next / previous
|
||||
bindsym $mod+Ctrl+semicolon workspace next
|
||||
bindsym $mod+Ctrl+j workspace prev
|
||||
# bindsym Alt+Tab workspace next
|
||||
|
||||
# restart/exit i3
|
||||
bindsym $mod+Shift+r restart
|
||||
|
||||
@@ -165,11 +165,11 @@ format = <label-state>
|
||||
|
||||
label-mode = %mode%
|
||||
label-mode-padding = 2
|
||||
label-mode-background = #e60053
|
||||
label-mode-background = ${colors.black}
|
||||
|
||||
label-focused = %name%
|
||||
label-focused-foreground = ${colors.white}
|
||||
label-focused-background = #566268
|
||||
label-focused-foreground = ${colors.foreground}
|
||||
label-focused-background = ${colors.background}
|
||||
label-focused-underline = ${colors.blue}
|
||||
label-focused-padding = 4
|
||||
|
||||
@@ -215,7 +215,7 @@ format-disconnected =
|
||||
|
||||
[module/date]
|
||||
type = internal/date
|
||||
interval = 5
|
||||
interval = 1
|
||||
|
||||
date =
|
||||
date-alt = " %Y-%m-%d"
|
||||
@@ -323,9 +323,7 @@ animation-charging-framerate = 750
|
||||
|
||||
[module/powermenu]
|
||||
type = custom/menu
|
||||
|
||||
expand-right = true
|
||||
|
||||
format-spacing = 1
|
||||
|
||||
label-open =
|
||||
|
||||
Reference in New Issue
Block a user