diff options
author | Casper <me@skylarcloud.xyz> | 2024-12-23 12:31:43 -0700 |
---|---|---|
committer | Casper <me@skylarcloud.xyz> | 2024-12-23 12:31:43 -0700 |
commit | 504ac7fe820c6d9931560ba6eb19f5e59974ba48 (patch) | |
tree | d9b987fefaea85aa6dd33055c579eb4f6953b1c1 | |
parent | e2238b6ab71dd26c0cad283d7323279f16454a63 (diff) |
worked on i3
-rw-r--r-- | dots/i3-config | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dots/i3-config b/dots/i3-config index 8c0de8a..2f4bb0a 100644 --- a/dots/i3-config +++ b/dots/i3-config @@ -272,10 +272,10 @@ bar { } } -# Avoids screen size fingerprinting +# Avoids screen size fingerprinting with Tor Browser for_window [title="Tor Browser"] floating enable -# Make any instance of rofi float +# Make any rofi window float for_window [title="rofi"] floating enable # Make sure all xdg autostart entries are started, this is (among other things) @@ -296,7 +296,8 @@ bindsym $mod+z workspace back_and_forth bindsym XF86Display exec --no-startup-id xrandr --auto # Lock screen shortcut -bindsym Control+Mod1+l exec --no-startup-id i3lock -f -c ff0000 +# bindsym Control+Mod1+l exec --no-startup-id i3lock -f -c ff0000 +bindsym $mod+Control+l exec blurlock # Execute org-capture in 'emacs-org' bindsym $mod+c exec qvm-run emacs-org 'emacsclient --eval '(+org-capture/open-frame INITIAL-INPUT-KEY)' |