diff options
| author | Camil Staps | 2025-11-11 16:26:47 +0100 |
|---|---|---|
| committer | Camil Staps | 2025-11-11 16:26:47 +0100 |
| commit | cdc0aedcf63ed049e910a3d08d69f4b909c5d79c (patch) | |
| tree | fdf4be2c0eed73e2fc2c2bb2923fd168f10d40d1 /i3/.i3/config | |
| parent | Add Raleway font (diff) | |
Make calculator/htop floating windows sticky (not tied to any workspace)
Diffstat (limited to 'i3/.i3/config')
| -rw-r--r-- | i3/.i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i3/.i3/config b/i3/.i3/config index 39817ec..5fc70c7 100644 --- a/i3/.i3/config +++ b/i3/.i3/config @@ -31,11 +31,11 @@ bindsym $mod+Shift+Q kill bindsym $mod+Return exec urxvt bindsym $mod+Shift+v exec urxvt -e vim bindsym $mod+Shift+m exec urxvt -e cmus -for_window [class="URxvt" instance="floating-large"] floating toggle resize set 1200 800 +for_window [class="URxvt" instance="floating-large"] floating toggle move position center sticky enable # Super+i is the settings icon on my Lenovo Yoga bindsym $mod+i exec urxvt -name floating-large -e htop bindsym $mod+Shift+i exec urxvt -name floating-large -e sudo htop -for_window [class="URxvt" instance="floating-small"] floating toggle resize set 600 400 +for_window [class="URxvt" instance="floating-small"] floating toggle move position center sticky enable bindsym XF86Calculator exec urxvt -name floating-small -e python3 # Special keys: print screen |
