diff options
Diffstat (limited to 'i3/config')
-rw-r--r-- | i3/config | 30 |
1 files changed, 19 insertions, 11 deletions
@@ -29,16 +29,6 @@ exec --no-startup-id dex --autostart --environment i3 # xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the # screen before suspend. Use loginctl lock-session to lock your screen. -exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork - -# NetworkManager is the most popular way to manage wireless networks on Linux, -# and nm-applet is a desktop environment-independent system tray GUI for it. - -exec --no-startup-id nm-applet - -exec --no-startup-id dunst -exec --no-startup-id setxkbmap "us,ru" -option "grp:caps_toggle,compose:menu,grp_led:scroll" -#exec --no-startup-id xmodmap -e "pointer = 3 2 1" # Use pactl to adjust volume in PulseAudio. @@ -226,6 +216,24 @@ bar { } } -hide_edge_borders both +#hide_edge_borders both for_window [class="^.*"] border pixel 1 +for_window [class="feh"] floating enable +for_window [class="mpv"] floating enable +for_window [class="zoom"] floating enable +for_window [class="pavucontrol"] floating enable +#for_window [class="zoom"] floating enable + +# exec --no-startup-id i3-msg 'workspace 3; exec mattermost-desktop' +# exec --no-startup-id i3-msg 'workspace 3; exec zoom-linux' +# exec --no-startup-id i3-msg 'workspace 1; exec i3-sensible-terminal --hide-menubar' +# exec --no-startup-id i3-msg 'workspace 1; exec i3-sensible-terminal --hibe-menubar -e news' +# exec --no-startup-id i3-msg 'workspace 4; exec i3-sensible-terminal --hide-menubar -e mutt' +exec --no-startup-id pasystray +exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork +exec --no-startup-id nm-applet +exec --no-startup-id dunst +exec --no-startup-id setxkbmap "us,ru" -option "grp:caps_toggle,compose:menu,grp_led:scroll" +exec --no-startup-id feh --bg-scale ~/Pictures/neon-city.jpg +#exec --no-startup-id xmodmap -e "pointer = 3 2 1" |