mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[i3/config] add changes from sway
This commit is contained in:
parent
869ca2255e
commit
e2c89b7a0f
1 changed files with 2 additions and 4 deletions
|
@ -18,7 +18,7 @@ exec --no-startup-id ~/.local/bin/mon-toggle
|
|||
exec --no-startup-id ~/.local/bin/lockscreen -d
|
||||
exec --no-startup-id albert
|
||||
exec --no-startup-id nextcloud
|
||||
exec --no-startup-id syncthing-gtk
|
||||
exec --no-startup-id QSyncthingTray
|
||||
exec --no-startup-id telegram-desktop -startintray
|
||||
exec --no-startup-id /usr/lib/geoclue-2.0/demos/agent
|
||||
exec --no-startup-id redshift-gtk
|
||||
|
@ -29,6 +29,7 @@ font pango:Fira Sans Mono 12
|
|||
# make some windows floating
|
||||
for_window [class="Firefox" window_role="About"] floating enable
|
||||
for_window [class="Nightly" window_role="About"] floating enable
|
||||
for_window [class="evolution-alarm-notify"] floating enable
|
||||
assign [title="^pdfpc- presentation"] output right
|
||||
assign [title="^pdfpc- presenter"] output primary
|
||||
for_window [class="Pavucontrol"] floating enable
|
||||
|
@ -103,9 +104,6 @@ bindsym XF86AudioPause exec dbus-send --type=method_call --dest=org.mpris.MediaP
|
|||
bindsym XF86AudioNext exec dbus-send --type=method_call --dest=org.mpris.MediaPlayer2.rhythmbox /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Next
|
||||
bindsym XF86AudioPrev exec dbus-send --type=method_call --dest=org.mpris.MediaPlayer2.rhythmbox /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous
|
||||
|
||||
#firefox bughelper
|
||||
bindsym $mod+^ floating toggle; floating toggle;
|
||||
|
||||
# main commands
|
||||
bindsym $mod+Shift+c reload
|
||||
bindsym $mod+Shift+r restart
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue