Upload files to "i3"
This commit is contained in:
parent
d0d5b8269f
commit
48de5a2487
35
i3/config
35
i3/config
@ -10,7 +10,7 @@
|
||||
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
||||
|
||||
set $mod Mod1
|
||||
|
||||
set $wallpaper '/data/sync/images/wallpapers/suse.png'
|
||||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
# is used in the bar {} block below.
|
||||
font pango:NotoSans 12
|
||||
@ -28,9 +28,9 @@ exec --no-startup-id dex --autostart --environment i3
|
||||
exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=gpg,pkcs11,secrets,ssh
|
||||
# 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 --ignore-empty-password -i /data/sync/images/wallpapers/stonebeach.png
|
||||
exec --no-startup-id xss-lock --transfer-sleep-lock --i3lock --nofork --ignore-empty-password -i $wallpaper
|
||||
exec --no-startup-id xrand --output HDMI-0 --mode 1920x1080 --rate 120
|
||||
bindsym $mod+l exec i3lock --ignore-empty-password -i /data/sync/images/wallpapers/stonebeach.png
|
||||
bindsym $mod+l exec i3lock --ignore-empty-password -i $wallpaper
|
||||
|
||||
bindsym $mod+Shift+p exec systemctl poweroff
|
||||
bindsym Print exec flameshot gui -c
|
||||
@ -41,13 +41,11 @@ bindsym Print exec flameshot gui -c
|
||||
exec --no-startup-id fcitx5
|
||||
exec --no-startup-id nm-applet
|
||||
exec --no-startup-id blueman-applet
|
||||
exec --no-startup-id feh --bg-fill '/data/sync/images/wallpapers/stonebeach.jpg'
|
||||
exec --no-startup-id feh --bg-fill $wallpaper
|
||||
exec --no-startup-id owncloud
|
||||
exec --no-startup-id pasystray
|
||||
exec --no-startup-id polybar
|
||||
exec --no-startup-id xset m 1/1 0
|
||||
bindsym $mod+t exec --no-startup-id xinput disable 11
|
||||
bindsym $mod+Shift+t exec --no-startup-id xinput enable 11
|
||||
|
||||
set $refresh_i3status killall -SIGUSR1 i3status
|
||||
|
||||
@ -64,8 +62,7 @@ bindsym XF86AudioNext exec playerctl next
|
||||
bindsym XF86AudioPrev exec playerctl previous
|
||||
|
||||
bindsym $mod+Shift+comma exec playerctl previous
|
||||
bindsym $mod+Shift+period exec playerctl next
|
||||
|
||||
bindsym $mod+Shift+period exec playerctl next
|
||||
bindcode $mod+61 exec playerctl play-pause
|
||||
bindcode $mod+60 exec --no-startup-id wpctl set-volume @DEFAULT_SINK@ 0.02+ --limit 1 && $refresh_i3status
|
||||
bindcode $mod+59 exec --no-startup-id wpctl set-volume @DEFAULT_SINK@ 0.02- --limit 0 && $refresh_i3status
|
||||
@ -222,25 +219,29 @@ mode "resize" {
|
||||
|
||||
bindsym $mod+r mode "resize"
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
bindsym $mod+Shift+minus move scratchpad
|
||||
bindsym $mod+Shift+minus move scratchpad
|
||||
|
||||
# Show the first scratchpad window
|
||||
bindsym $mod+minus scratchpad show
|
||||
bindsym $mod+minus scratchpad show
|
||||
|
||||
|
||||
# jump to last used workspace
|
||||
bindsym $mod+Tab workspace back_and_forth
|
||||
bindsym $mod+Tab workspace back_and_forth
|
||||
|
||||
# class border bground text indicator child_border
|
||||
client.focused #000000 #c8c9c9 #0D100F #8A7564 #00FFF4
|
||||
client.placeholder #000000 #7A858D #FFFFFF #000000 #0d100f
|
||||
client.unfocused #000000 #7A858D #FFFFFF #000000 #0d100f
|
||||
client.focused_inactive #333333 #C8C9C9 #7A858D #484E50 #5F676A
|
||||
# class border bground text indicator child_border
|
||||
client.focused #05707E #05707E #FFFFFF #000000 #05707E
|
||||
client.placeholder #000000 #F1E3D3 #FFFFFF #000000 #0d100f
|
||||
client.unfocused #000000 #1B4D3E #FFFFFF #000000 #0d100f
|
||||
client.focused_inactive #333333 #C8C9C9 #7A858D #484E50 #5F676A
|
||||
#focused_workspace #4c7899 #285577 #ffff
|
||||
# (No) Title Bars
|
||||
|
||||
for_window [class="^.*"] border pixel 1
|
||||
for_window [class="^.*"] border pixel 1
|
||||
|
||||
#floating
|
||||
for_window [class="Signal"] floating enable
|
||||
for_window [class="Gajim"] floating enable
|
||||
for_window [class="firefox"] move container to workspace 2
|
||||
for_window [class="thunderbird"] move container to workspace 4
|
||||
for_window [class="Thunar"] move container to workspace 3
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user