diff options
| -rw-r--r-- | sway/.config/sway/config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 09a89f9..d341510 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config | |||
| @@ -116,6 +116,9 @@ bindsym $mod+Shift+q kill | |||
| 116 | # Start your launcher | 116 | # Start your launcher |
| 117 | bindsym $mod+d exec $menu | 117 | bindsym $mod+d exec $menu |
| 118 | 118 | ||
| 119 | # Open a task capture window | ||
| 120 | bindsym $mod+$alt+space exec emacsclient -e '(popup-frame/org-capture)' | ||
| 121 | |||
| 119 | # Drag floating windows by holding down $mod and left mouse button. | 122 | # Drag floating windows by holding down $mod and left mouse button. |
| 120 | # Resize them with right mouse button + $mod. | 123 | # Resize them with right mouse button + $mod. |
| 121 | # Despite the name, also works for non-floating windows. | 124 | # Despite the name, also works for non-floating windows. |
| @@ -272,11 +275,16 @@ bar { | |||
| 272 | ############################################################################### | 275 | ############################################################################### |
| 273 | # App Configuration | 276 | # App Configuration |
| 274 | 277 | ||
| 278 | # use a small border. many disable border which can be done with | ||
| 279 | # `default_border` none but I like the indicator of the active window. | ||
| 280 | default_border pixel 1 | ||
| 281 | |||
| 275 | # Float the Intellij splash screen | 282 | # Float the Intellij splash screen |
| 276 | for_window [class="jetbrains-idea" title="win0"] floating enable; | 283 | for_window [class="jetbrains-idea" title="win0"] floating enable; |
| 277 | # for_window [class="^jetbrains-.+"][window_type=dialog] focus | 284 | # for_window [class="^jetbrains-.+"][window_type=dialog] focus |
| 278 | for_window [class="^jetbrains-idea"][window_type="floating_con"] focus | 285 | for_window [class="^jetbrains-idea"][window_type="floating_con"] focus |
| 279 | for_window [instance="sun-awt-X11-XWindowPeer"] border pixel 0 | 286 | for_window [instance="sun-awt-X11-XWindowPeer"] border pixel 0 |
| 287 | for_window [title="popup-frame/.*"] floating enable | ||
| 280 | 288 | ||
| 281 | # Fix the Firefox cursor theme (when cursor doesn't change for resize,hover,etc) | 289 | # Fix the Firefox cursor theme (when cursor doesn't change for resize,hover,etc) |
| 282 | # exec_always gsettings set org.gnome.desktop.interface cursor-theme "Pop" | 290 | # exec_always gsettings set org.gnome.desktop.interface cursor-theme "Pop" |