diff options
author | Sn4il <sn4il@thedroth.rocks> | 2023-11-28 20:47:42 +0300 |
---|---|---|
committer | Sn4il <sn4il@thedroth.rocks> | 2023-11-28 20:47:42 +0300 |
commit | 9cb5b38d511f4c89b3d5b5952118308a17a5cde9 (patch) | |
tree | 0b489c7782380948d5b6d46ceb70d070051278ff | |
parent | cc06a75b6a22c5098c9ec646eab05eafa6d4494a (diff) | |
download | dotfiles-9cb5b38d511f4c89b3d5b5952118308a17a5cde9.tar.gz dotfiles-9cb5b38d511f4c89b3d5b5952118308a17a5cde9.zip |
i3
-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" |