i3 config
This commit is contained in:
+3
-1
@@ -3,6 +3,7 @@ include $HOME/.config/i3/keybinds.conf
|
||||
include $HOME/.config/i3/theme.conf
|
||||
include $HOME/.config/i3/i3bar.conf
|
||||
include $HOME/.config/i3/autorun.conf
|
||||
exec $HOME/.config/i3/i3-restore/i3-restore
|
||||
|
||||
#hide_edge_borders smart
|
||||
hide_edge_borders both
|
||||
@@ -47,10 +48,11 @@ no_focus [window_role="pop-up"]
|
||||
for_window [window_role="^Preferences$"] floating enable, border pixel 1
|
||||
for_window [class="^.*"] border pixel 2
|
||||
for_window [class="Spotify|cutefish-calculator|kcalc|Galculator|systemsettings|Streamdeck UI|Cheese|deepin-camera|steam|Cinnamon-settings.py|Bitwarden"] floating enable, border pixel 1
|
||||
for_window [class="Nextcloud|Blueman-manager"] floating enable
|
||||
for_window [class="Nextcloud|Blueman-manager"] floating enable, border pixel 0
|
||||
for_window [title="Friends List"] floating enable
|
||||
for_window [class="GParted"] floating enable, resize set 1550 900, border pixel 0, move position center
|
||||
for_window [class="Streamdeck UI"] floating enable, resize set 500 508
|
||||
for_window [class="org.remmina.Remmina"] floating enable, border pixel 3
|
||||
for_window [class="fm|vol|mus|Bitwarden"] floating enable, resize set 1250 700, move scratchpad, border pixel 5
|
||||
|
||||
# Assign workspaces (find class with xprop)
|
||||
|
||||
@@ -20,6 +20,7 @@ bar {
|
||||
font pango:SpaceMono Nerd Font 9
|
||||
position top
|
||||
status_command i3status
|
||||
#status_command SCRIPT_DIR=~/.config/i3blocks/scripts i3blocks
|
||||
|
||||
tray_output primary
|
||||
tray_padding 2
|
||||
@@ -35,7 +36,7 @@ bar {
|
||||
|
||||
colors {
|
||||
background $nord0
|
||||
statusline $nord9
|
||||
statusline $nord10
|
||||
separator $nord3
|
||||
|
||||
# colorclass border backgr. text
|
||||
|
||||
@@ -41,8 +41,8 @@ bindsym $mod+q kill
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
#bindsym $mod+Ctrl+l exec --no-startup-id betterlockscreen -l dimblur
|
||||
bindsym $mod+Ctrl+Escape exec --no-startup-id "archlinux-logout"
|
||||
bindsym $mod+Ctrl+0 exec --no-startup-id "archlinux-logout"
|
||||
bindsym $mod+Ctrl+Escape exec --no-startup-id "~/.config/i3/i3-restore/i3-save && archlinux-logout"
|
||||
bindsym $mod+Ctrl+0 exec --no-startup-id "~/.config/i3/i3-restore/i3-save && archlinux-logout"
|
||||
|
||||
#set $mode_system (l)ock (e)xit switch_(u)ser (s)uspend (h)ibernate (r)eboot (shift+s)hutdown
|
||||
#bindsym $mod+Ctrl+Escape mode "$mode_system"
|
||||
|
||||
Reference in New Issue
Block a user