Diversos canvis de configuració
This commit is contained in:
@@ -17,7 +17,7 @@ set $mod Mod4
|
||||
|
||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||
font pango:DejaVu Sans Mono 8
|
||||
font pango:DejaVu Sans Mono 12
|
||||
|
||||
# Before i3 v4.8, we used to recommend this one as the default:
|
||||
# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
|
||||
@@ -34,9 +34,9 @@ new_float normal
|
||||
floating_modifier $mod
|
||||
|
||||
# start a terminal
|
||||
set $terminal termite
|
||||
set $terminal termite -e fish
|
||||
bindsym $mod+Return exec $terminal
|
||||
bindsym $mod+Shift+Return split v;exec $terminal
|
||||
bindsym $mod+Shift+Return exec cool-retro-term
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+q kill
|
||||
@@ -155,8 +155,9 @@ bindsym $mod+Control+Right move workspace to output right
|
||||
#################### WALLPAPER ########################
|
||||
###################################################################################################
|
||||
|
||||
exec_always --no-startup-id ~/.config/i3/scripts/wallpapers.sh
|
||||
exec_always --no-startup-id compton
|
||||
# exec_always --no-startup-id ~/.config/i3/scripts/wallpapers.sh
|
||||
exec_always --no-startup-id ~/.config/i3/scripts/shuffle.sh
|
||||
# exec_always --no-startup-id compton
|
||||
|
||||
###################################################################################################
|
||||
#################### PROGRAMS ########################
|
||||
@@ -164,13 +165,11 @@ exec_always --no-startup-id compton
|
||||
|
||||
# Launch programs
|
||||
|
||||
bindsym $mod+Control+1 exec slack
|
||||
bindsym $mod+Control+3 exec firefox
|
||||
bindsym $mod+Control+3 exec brave
|
||||
bindsym $mod+Control+0 exec spotify
|
||||
|
||||
# Assign workspaces
|
||||
assign [class="Slack"] $ws1
|
||||
assign [class="Firefox"] $ws3
|
||||
assign [class="Brave"] $ws3
|
||||
for_window [class="Spotify"] move to workspace $ws10
|
||||
|
||||
# reload the configuration file
|
||||
@@ -221,33 +220,33 @@ mode "resize" {
|
||||
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
# Autostart applications
|
||||
## Autostart applications
|
||||
exec_always --no-startup-id xmodmap $HOME/.config/Xmodmap
|
||||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
||||
exec --no-startup-id ibus-daemon -d -r
|
||||
# Touchpad controls
|
||||
exec xinput set-prop "DELL07E6:00 06CB:76AF Touchpad" "libinput Tapping Enabled" 1
|
||||
exec libinput-gestures-setup start
|
||||
|
||||
# Pulse Audio controls
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5% #increase sound volume
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5% #decrease sound volume
|
||||
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle # mute sound
|
||||
|
||||
# Sreen brightness controls
|
||||
bindsym XF86MonBrightnessUp exec "$HOME/.config/i3/scripts/brightness.sh + eDP-1"
|
||||
bindsym XF86MonBrightnessDown exec "$HOME/.config/i3/scripts/brightness.sh - eDP-1"
|
||||
|
||||
# Touchpad controls
|
||||
# bindsym XF86TouchpadToggle exec /some/path/toggletouchpad.sh # toggle touchpad
|
||||
# Tap touchpad to click
|
||||
# exec xinput set-prop 12 276 1
|
||||
|
||||
# Toggle displays
|
||||
bindsym $mod+p exec --no-startup-id ~/.config/i3/scripts/swap_monitors.sh
|
||||
|
||||
# Media player controls
|
||||
bindsym XF86AudioPlay exec playerctl play-pause
|
||||
bindsym XF86AudioPause exec playerctl play-pause
|
||||
bindsym XF86AudioNext exec playerctl next
|
||||
bindsym XF86AudioPrev exec playerctl previous
|
||||
|
||||
# Sreen brightness controls
|
||||
bindsym XF86MonBrightnessUp exec "$HOME/.config/i3/scripts/brightness.sh + eDP1"
|
||||
bindsym XF86MonBrightnessDown exec "$HOME/.config/i3/scripts/brightness.sh - eDP1"
|
||||
|
||||
# Toggle displays
|
||||
# bindsym $mod+p exec --no-startup-id ~/.config/i3/scripts/swap_monitors.sh
|
||||
bindsym $mod+p exec --no-startup-id rofi-pass
|
||||
|
||||
# Keyboard layout
|
||||
bindsym $mod+Shift+i exec ~/.config/polybar/scripts/ibus_select.py
|
||||
bindsym $mod+Shift+Home exec setxkbmap -layout es -variant cat & ibus engine xkb:es:cat:cat
|
||||
@@ -258,6 +257,6 @@ bindsym $mod+Shift+w exec ~/.config/polybar/scripts/wifi_connect.py
|
||||
# Other cool stuff
|
||||
bindsym $mod+Shift+t exec ~/.config/i3/scripts/tunes.sh
|
||||
|
||||
# Order of screens
|
||||
exec --no-startup-id xrandr --output DP-2 --right-of eDP-1
|
||||
exec --no-startup-id xrandr --output DP-1 --right-of DP-2
|
||||
# # Order of screens
|
||||
# exec --no-startup-id xrandr --output DP-2 --right-of eDP-1
|
||||
# exec --no-startup-id xrandr --output DP-1 --right-of DP-2
|
||||
|
||||
@@ -13,6 +13,6 @@ while true
|
||||
do
|
||||
# python /home/marc/Pictures/Pixel/render.py
|
||||
# feh --bg-center /home/marc/Pictures/Pixel/rendered.bmp
|
||||
feh --randomize --bg-fill ~/Pictures/Island/extra/*.jpg
|
||||
feh --randomize --bg-fill ~/nextcloud/Imatges/Island/extra/*.jpg
|
||||
sleep 5m
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user