hidden files
This commit is contained in:
10
i3/config
10
i3/config
@@ -10,8 +10,8 @@
|
||||
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
||||
|
||||
set $mod Mod4
|
||||
set $wallpaper '/data/sync/images/wallpapers/suse.png'
|
||||
set $term 'xfce4-terminal'
|
||||
set $wallpaper '/home/nnduc/sync/images/wallpapers/suse.png'
|
||||
set $terminal 'xfce4-terminal'
|
||||
# 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
|
||||
@@ -41,13 +41,11 @@ bindsym Print exec flameshot gui -c
|
||||
exec --no-startup-id fcitx5 -d
|
||||
exec --no-startup-id nm-applet
|
||||
exec --no-startup-id blueman-applet
|
||||
exec --no-startup-id kwalletd6
|
||||
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
|
||||
exec xinput --set-prop "Razer Razer DeathAdder V2 X HyperSpeed Mouse" "Device Accel Constant Deceleration" 3
|
||||
exec --no-startup-id gentoo-pipewire-launcher restart &
|
||||
|
||||
set $refresh_i3status killall -SIGUSR1 i3status
|
||||
|
||||
@@ -90,7 +88,7 @@ floating_modifier $mod
|
||||
|
||||
# start a terminal
|
||||
#bindsym $mod+Return exec i3-sensible-terminal
|
||||
bindsym $mod+Return exec $term
|
||||
bindsym $mod+Return exec $terminal
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
|
||||
Reference in New Issue
Block a user