aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-02-14 16:37:27 -0800
committerclarkzjw <[email protected]>2023-02-14 16:37:27 -0800
commit0b64dd7ee70b3529dfbde1592aa2ec9aa5edb271 (patch)
treec0f04d537db74e0a0d233168d156ada2185bb692
parentb61bb59da1bd2365ac2e4c6ff18def1b5c150b82 (diff)
downloaddotfiles-0b64dd7ee70b3529dfbde1592aa2ec9aa5edb271.tar.gz
i3
-rw-r--r--dot_config/i3/config27
-rw-r--r--dot_config/rofi/rofidmenu.rasi2
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
41############################## 41##############################
42 42
43#border indicator on windows: 43#border indicator on windows:
44#new_window pixel 1 44default_border pixel 1
45
46default_border pixel 0
47 45
48# thin borders 46# thin borders
49hide_edge_borders both 47hide_edge_borders both
50 48
51# Set inner/outer gaps
52#gaps inner 0
53#gaps outer 0
54
55# show window title bars (not officially supported with i3gaps)
56#default_border normal
57
58# window title alignment
59#title_align center
60
61# Use Mouse+$mod to drag floating windows to their wanted position 49# Use Mouse+$mod to drag floating windows to their wanted position
62floating_modifier $mod 50floating_modifier $mod
63 51
@@ -212,12 +200,6 @@ bindsym $mod+Down focus down
212bindsym $mod+Up focus up 200bindsym $mod+Up focus up
213bindsym $mod+Right focus right 201bindsym $mod+Right focus right
214 202
215# move focused window
216#bindsym $mod+Shift+j move left
217#bindsym $mod+Shift+k move down
218#bindsym $mod+Shift+b move up
219#bindsym $mod+Shift+o move right
220
221# alternatively, you can use the cursor keys: 203# alternatively, you can use the cursor keys:
222bindsym $mod+Shift+Left move left 204bindsym $mod+Shift+Left move left
223bindsym $mod+Shift+Down move down 205bindsym $mod+Shift+Down move down
@@ -344,11 +326,11 @@ for_window [class="Microsoft Teams - Preview"] focus
344# 326#
345# picom: https://wiki.archlinux.org/title/Picom 327# picom: https://wiki.archlinux.org/title/Picom
346# manpage: https://man.archlinux.org/man/picom.1.en 328# manpage: https://man.archlinux.org/man/picom.1.en
347# The default configuration is available in /etc/xdg/picom.conf 329# The default configuration is available in /etc/xdg/picom.conf
348# For modifications, it can be copied to ~/.config/picom/picom.conf or ~/.config/picom.conf 330# For modifications, it can be copied to ~/.config/picom/picom.conf or ~/.config/picom.conf
349# 331#
350# using default config 332# using default config
351#exec_always --no-startup-id picom --backed glx --vsync 333#exec_always --no-startup-id picom --backed glx --vsync
352#exec_always --no-startup-id picom -b 334#exec_always --no-startup-id picom -b
353# 335#
354# for custom config: 336# for custom config:
@@ -431,7 +413,6 @@ for_window [class="1Password"] floating enable resize 800 800
431for_window [class="TelegramDesktop"] floating enable resize set 1300 1200 413for_window [class="TelegramDesktop"] floating enable resize set 1300 1200
432for_window [class="eudic"] floating enable resize set 800 800 414for_window [class="eudic"] floating enable resize set 800 800
433for_window [class="Nitrogen"] floating enable resize set 800 800 415for_window [class="Nitrogen"] floating enable resize set 800 800
434for_window [class="org.remmina.Remmina"] floating enable resize set 800 800
435 416
436 417
437# Make the currently focused window a scratchpad 418# 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 {
18window { 18window {
19 background-color: @background; 19 background-color: @background;
20 border: 0; 20 border: 0;
21 padding: 30; 21 padding: 20;
22} 22}
23listview { 23listview {
24 lines: 10; 24 lines: 10;
Powered by cgit v1.2.3 (git 2.41.0)