From 0b64dd7ee70b3529dfbde1592aa2ec9aa5edb271 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Tue, 14 Feb 2023 16:37:27 -0800 Subject: i3 --- dot_config/i3/config | 27 ++++----------------------- dot_config/rofi/rofidmenu.rasi | 2 +- 2 files changed, 5 insertions(+), 24 deletions(-) diff --git a/dot_config/i3/config b/dot_config/i3/config index a643548..d4c96b9 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config @@ -41,23 +41,11 @@ workspace_layout tabbed ############################## #border indicator on windows: -#new_window pixel 1 - -default_border pixel 0 +default_border pixel 1 # thin borders hide_edge_borders both -# Set inner/outer gaps -#gaps inner 0 -#gaps outer 0 - -# show window title bars (not officially supported with i3gaps) -#default_border normal - -# window title alignment -#title_align center - # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod @@ -212,12 +200,6 @@ bindsym $mod+Down focus down bindsym $mod+Up focus up bindsym $mod+Right focus right -# move focused window -#bindsym $mod+Shift+j move left -#bindsym $mod+Shift+k move down -#bindsym $mod+Shift+b move up -#bindsym $mod+Shift+o move right - # alternatively, you can use the cursor keys: bindsym $mod+Shift+Left move left bindsym $mod+Shift+Down move down @@ -344,11 +326,11 @@ for_window [class="Microsoft Teams - Preview"] focus # # picom: https://wiki.archlinux.org/title/Picom # manpage: https://man.archlinux.org/man/picom.1.en -# The default configuration is available in /etc/xdg/picom.conf +# The default configuration is available in /etc/xdg/picom.conf # For modifications, it can be copied to ~/.config/picom/picom.conf or ~/.config/picom.conf # -# using default config -#exec_always --no-startup-id picom --backed glx --vsync +# using default config +#exec_always --no-startup-id picom --backed glx --vsync #exec_always --no-startup-id picom -b # # for custom config: @@ -431,7 +413,6 @@ for_window [class="1Password"] floating enable resize 800 800 for_window [class="TelegramDesktop"] floating enable resize set 1300 1200 for_window [class="eudic"] floating enable resize set 800 800 for_window [class="Nitrogen"] floating enable resize set 800 800 -for_window [class="org.remmina.Remmina"] floating enable resize set 800 800 # Make the currently focused window a scratchpad diff --git a/dot_config/rofi/rofidmenu.rasi b/dot_config/rofi/rofidmenu.rasi index 675255f..99cc125 100644 --- a/dot_config/rofi/rofidmenu.rasi +++ b/dot_config/rofi/rofidmenu.rasi @@ -18,7 +18,7 @@ configuration { window { background-color: @background; border: 0; - padding: 30; + padding: 20; } listview { lines: 10; -- cgit v1.2.3