diff options
Diffstat (limited to '.config/i3/config')
| -rw-r--r-- | .config/i3/config | 11 | 
1 files changed, 6 insertions, 5 deletions
| diff --git a/.config/i3/config b/.config/i3/config index 2ca8834..b4524a5 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -194,10 +194,12 @@ bindsym $mod+r mode "resize"  bindsym $mod+Shift+s "exec --no-startup-id maim -s | xclip -selection clipboard -target image/png"  bindsym $mod+Shift+w "exec --no-startup-id brave"  bindsym $mod+Shift+t "exec --no-startup-id deepin-screen-recorder" +bindsym $mod+Shift+p "exec --no-startup-id keepass" +bindsym $mod+Shift+m "exec --no-startup-id monero-wallet-gui" -for_window [class=".*"] border pixel 1 +for_window [class=".*"] border pixel 2   gaps outer 0 -gaps inner 4 +gaps inner 8   smart_gaps on  smart_borders on @@ -206,13 +208,12 @@ client.focused          #4c7899 #285577 #ffffff #2e9ef4   #FF7276  # Start i3bar to display a workspace bar (plus the system information i3status  # finds out, if available)  bar { +		 +        	status_command i3status --config ~/.config/i3/.i3status.conf  		i3bar_command i3bar --transparency -        status_command ~/.config/i3/run_i3_status.sh  		position top  		separator_symbol "⋆"  		colors {  			   background #101010dd  		}  } - -exec --no-startup-id xrandr --output HDMI-A-0 --auto --right-of eDPRR
\ No newline at end of file | 
